Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [LayoutAttribute(LayoutType.Behavior)] [RefreshPropertiesAttribute(RefreshProperties.All)] [BrowsableAttribute(true)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(true)] [JsonAttribute(true, true, true)] public bool DisplayVisible { get; set; } |
Visual Basic |
---|
<NotifyParentPropertyAttribute(True)> _ <LayoutAttribute(LayoutType.Behavior)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <BrowsableAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(True)> _ <JsonAttribute(True, True, True)> _ Public Property DisplayVisible As Boolean Get Set |
Remarks
Returns true if the control is visible on the page; otherwise false.