TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / Name Property

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