ComponentOne FlexGrid for WinForms
Tree Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : Tree Property
Gets a reference to the 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 C1FlexGrid can group data hierarchically and display it with a collapsible tree similar to the one in the Microsoft TreeView control. The GridTree object is used to specify the position and appearance of the outline tree.

For details on create outlines, see the Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) method and the Row.IsNode property.

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members