DxGrid.GroupBy Method
| Name | Parameters | Description |
|---|---|---|
| GroupBy(String, Int32) | columnFieldName, groupIndex | Groups data by values of the specified column and inserts the grouped column in the specified position between other grouped columns. |
| GroupBy(String) | columnFieldName | Groups data by values of the specified column. |