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
     
    
    Public Property Column As Integer
    public int Column {get; set;}
    Remarks
    By default, this property is set to -1, which causes the tree to be hidden.
    See Also