ObjectListField.Visible 属性

定义

获取或设置一个值,该值指示是否呈现指定的控件。 默认值为 trueVisible如果该属性设置为false,则不呈现控件及其子级。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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.

适用于

另请参阅