FlexGrid for WinForms| ComponentOne
C1.Win.C1FlexGrid Namespace / GridTree Class / Column Property

In This Topic
    Column Property (GridTree)
    In This Topic
    Gets or sets the index of the column where the outline tree is displayed.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(-1)>
    <C1DescriptionAttribute("T.Column", "Gets or sets the index of the column where the outline tree is displayed.")>
    Public Property Column As Integer
    [DefaultValue(-1)]
    [C1Description("T.Column", "Gets or sets the index of the column where the outline tree is displayed.")]
    public int Column {get; set;}
    Remarks
    By default, this property is set to -1, which causes the tree to be hidden.
    See Also