BCGControlBar Library for .NET
GetRowsInGroup Method




Group node whose children are retrieved..
Contains the list of retrieved rows when the function returns.
Specifies whether the returned list should contain GroupNode objects (groups).
Gets rows contained in specified group.
Syntax
'Declaration
 
Public Sub GetRowsInGroup( _
   ByVal groupNode As GroupNode, _
   ByRef lst As ArrayList, _
   ByVal includeGroupNodes As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim groupNode As GroupNode
Dim lst As ArrayList
Dim includeGroupNodes As Boolean
 
instance.GetRowsInGroup(groupNode, lst, includeGroupNodes)
public void GetRowsInGroup( 
   GroupNode groupNode,
   ref ArrayList lst,
   bool includeGroupNodes
)
public: void GetRowsInGroup( 
   GroupNode* groupNode,
   ref ArrayList* lst,
   bool includeGroupNodes
) 
public:
void GetRowsInGroup( 
   GroupNode^ groupNode,
   ArrayList^% lst,
   bool includeGroupNodes
) 

Parameters

groupNode
Group node whose children are retrieved..
lst
Contains the list of retrieved rows when the function returns.
includeGroupNodes
Specifies whether the returned list should contain GroupNode objects (groups).
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