BCGControlBar Library for .NET
RootNodes Property




Gets a collection of root nodes.
Syntax
'Declaration
 
Public ReadOnly Property RootNodes As ArrayList
'Usage
 
Dim instance As GridData
Dim value As ArrayList
 
value = instance.RootNodes
public ArrayList RootNodes {get;}
public: __property ArrayList* get_RootNodes();
public:
property ArrayList^ RootNodes {
   ArrayList^ get();
}

Property Value

A collection of GroupNode objects.
Remarks
Use this property to get access to the tree representation of grouped rows. If you modify the tree directly, you must call RebuldIndex.
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

GridData Class
GridData Members

Send Feedback