BCGControlBar Library for .NET
ChildrenList Property




Collection of sub-rows (rows resided in the same group).
Syntax
'Declaration
 
Public ReadOnly Property ChildrenList As ArrayList
'Usage
 
Dim instance As GroupNode
Dim value As ArrayList
 
value = instance.ChildrenList
public ArrayList ChildrenList {get;}
public: __property ArrayList* get_ChildrenList();
public:
property ArrayList^ ChildrenList {
   ArrayList^ get();
}
Remarks
This collection may contain group nodes or regular rows.
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

GroupNode Class
GroupNode Members

Send Feedback