BCGControlBar Library for .NET
CreateGroup(Int32,Boolean) Method




Specifies index used to group by. This index is an absolute zero based index of data in GridDataRow.ItemCollection.
Specifies the sort order of grouped data.
Syntax
'Declaration
 
Public Overloads Sub CreateGroup( _
   ByVal dataIndex As Integer, _
   ByVal ascending As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim dataIndex As Integer
Dim ascending As Boolean
 
instance.CreateGroup(dataIndex, ascending)
public void CreateGroup( 
   int dataIndex,
   bool ascending
)
public: void CreateGroup( 
   int dataIndex,
   bool ascending
) 
public:
void CreateGroup( 
   int dataIndex,
   bool ascending
) 

Parameters

dataIndex
Specifies index used to group by. This index is an absolute zero based index of data in GridDataRow.ItemCollection.
ascending
Specifies the sort order of grouped data.
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
Overload List

Send Feedback