GridControl.GroupBy(GridColumn, ColumnSortOrder, Int32) Method
In This Article
Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
sorted |
Column |
A Column |
grouped |
Int32 | A zero-based integer value that specifies the grouping level. If negative, an exception is raised. |
#Remarks
To learn more, see Grouping Overview.
See Also