ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Tree Property

In This Topic
    Tree Property (C1FlexPivotGrid)
    In This Topic
    Gets a reference to the C1.Win.C1FlexGrid.GridTree object that controls the appearance of the outline tree in the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tree As GridTree
    public GridTree Tree {get;}
    Remarks

    The C1.Win.C1FlexGrid.C1FlexGrid can group data hierarchically and display it with a collapsible tree similar to the one in the Microsoft TreeView control. The C1.Win.C1FlexGrid.GridTree object is used to specify the position and appearance of the outline tree.

    For details on create outlines, see the C1.Win.C1FlexGrid.C1FlexGridBase.Subtotal(C1.Win.C1FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.C1FlexGrid.AggregateFlags,C1.Win.C1FlexGrid.RowColFlags) method and the C1.Win.C1FlexGrid.Row.IsNode property.

    See Also