Visible Property (C1TreeColumn)
In This Topic
Gets or sets a value indicating whether the tree node is in the visible state.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeColumn.Visible", "Gets or sets a value indicating whether the tree node is in the visible state.")>
<DefaultValueAttribute(True)>
Public Property Visible As Boolean
[C1Category("Behavior")]
[C1Description("C1TreeColumn.Visible", "Gets or sets a value indicating whether the tree node is in the visible state.")]
[DefaultValue(true)]
public bool Visible {get; set;}
See Also