Click or drag to resize

SortingDataColumnsModel Properties

The SortingDataColumnsModel type exposes the following members.

Properties
 NameDescription
Public propertyColumnsToSort Gets the columns to sort together with their sort order. The columns could be either data columns or property columns.
Public propertyMoveOnlyDataColumnsThatMatchPropertyColumnGroup 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.
Public propertySortingColumnsArePropertyColumns Gets a value indicating whether the sorting columns are property columns (value == true) or data columns (value == false).
Public propertyTreatEmptyElementsAsLowest 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.
Top
See Also