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