Name Property (C1TreeColumn)
In This Topic
Gets or sets the name of the column of tree in the C1TreeView control.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1TreeColumn.Name", "Gets or sets the name of the column of tree in the C1TreeView control.")>
Public Property Name As String
[DefaultValue("")]
[C1Category("Appearance")]
[C1Description("C1TreeColumn.Name", "Gets or sets the name of the column of tree in the C1TreeView control.")]
public string Name {get; set;}
See Also