Overload | Description |
---|---|
GroupBy(DataGridColumn,DataGridSortDirection) | Groups the data by the specified column and direction. |
GroupBy(DataGridColumn,DataGridSortDirection,Boolean) | Groups the data by the specified column and direction. |
GroupBy(DataGridColumn[]) | Groups the data by the specified columns in Ascending direction. |
GroupBy(KeyValuePair<DataGridColumn,DataGridSortDirection>[]) | Groups the data by the specified columns and directions. |
GroupBy(DataGridColumnValue<DataGridSortDirection>[]) | Groups the data by the specified columns and directions. |