C1.Win.TreeView Namespace / C1TreeView Class / ShowColumnHeaders Property

In This Topic
ShowColumnHeaders Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether column headers are shown in the tree view control.
Syntax
'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
 
See Also