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
[C1Category("Appearance")]
[C1Description("C1TreeColumn.HeaderText", "Gets or sets the text of header of the column of tree in the C1TreeView control.")]
[DefaultValue("")]
public string HeaderText {get; set;}
See Also