FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / TreeColumnIndex Property

In This Topic
    TreeColumnIndex Property
    In This Topic
    Gets or sets the index of the column that will display the expand/collapse buttons in GridGroupRow's.
    Syntax
    'Declaration
     
    Public Property TreeColumnIndex As Integer
    public int TreeColumnIndex {get; set;}
    See Also