Sorting |
The SortingDataColumnsModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnsToSort | Gets the columns to sort together with their sort order. The columns could be either data columns or property columns. | |
| MoveOnlyDataColumnsThatMatchPropertyColumnGroup | This property is only relevant if SortingColumnsArePropertyColumns is true. If the value is true, only data columns that match the property column group will be moved. If the value is false, all data columns will be moved. | |
| SortingColumnsArePropertyColumns | Gets a value indicating whether the sorting columns are property columns (value == true) or data columns (value == false). | |
| TreatEmptyElementsAsLowest | Gets or sets a value indicating how to treat empty elements during sorting. If true, empty elements are treated as the lowest possible value. If false, they are treated as the highest possible value. |