FlexGrid for WinForms
Tree Property



Gets a reference to the GridTree object that controls the appearance of the outline tree in the grid.
Syntax
'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();
}
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) method and the Row.IsNode property.

Requirements

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

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback