C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : Tree Property |
'Declaration
<C1DescriptionAttribute("Controls the appearance of the grid tree (outline column).")> <C1CategoryAttribute("Layout")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Tree As GridTree
'Usage
Dim instance As C1FlexGridBase Dim value As GridTree value = instance.Tree
[C1Description("Controls the appearance of the grid tree (outline column).")] [C1Category("Layout")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public GridTree Tree {get;}
[C1Description("Controls the appearance of the grid tree (outline column).")] [C1Category("Layout")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public: property GridTree^ Tree { GridTree^ get(); }
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) method and the Row.IsNode property.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2