C1.Win.TreeView Namespace / C1TreeColumn Class / HeaderText Property

In This Topic
HeaderText Property (C1TreeColumn)
In This Topic
Gets or sets the text of header of the column of tree in the C1TreeView control.
Syntax
'Declaration
 
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1TreeColumn.HeaderText", "Gets or sets the text of header of the column of tree in the C1TreeView control.")>
<DefaultValueAttribute("")>
Public Property HeaderText As String
 
See Also