GridControl.GroupBy(GridColumn) Method
In This Article
Groups data by the values of the specified column.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
#Remarks
The DXGrid for Silverlight control supports data grouping by an unlimited number of columns. The GroupBy method groups data by the values of the specified column.
Data rows are always sorted against the grouping columns. If data is grouped against a column which isn't sorted, the grid automatically applies sorting in ascending order to this column.
To learn more, see Grouping Overview.
See Also