ShowColumnHeaders Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether column headers are shown in the tree view control.
Syntax
'Declaration
<DefaultValueAttribute(True)>
<C1DescriptionAttribute("C1TreeView.ShowColumnHeaders", "Gets or sets a value indicating whether column headers are shown in the tree view control.")>
<C1CategoryAttribute("Behavior")>
Public Property ShowColumnHeaders As Boolean
[DefaultValue(true)]
[C1Description("C1TreeView.ShowColumnHeaders", "Gets or sets a value indicating whether column headers are shown in the tree view control.")]
[C1Category("Behavior")]
public bool ShowColumnHeaders {get; set;}
See Also