ObjectListField.Visible 屬性

定義

取得或設定值,指出是否要呈現指定的控制項。 預設值是 true。 如果 Visible 屬性設定為 false,就不會呈現控制項和其子系。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
member this.Visible : bool with get, set
Public Property Visible As Boolean

屬性值

如果應該呈現物件清單欄位則為 true,否則為 false

適用於

另請參閱