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