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# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [LayoutAttribute(LayoutType.Behavior)] [C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true, true, true)] [BrowsableAttribute(false)] public override bool Visible { get; set; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <LayoutAttribute(LayoutType.Behavior)> _ <C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, True)> _ <BrowsableAttribute(False)> _ Public Overrides Property Visible As Boolean Get Set |
Field Value
Return Value
true if the control is visible on the page; otherwise false.Remarks
This means that treeview node html markup will be not rendered into destination page.