IModelColumn.SortOrder Property
Specifies the sorting type for the current column.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
ColumnSortOrder | A ColumnSortOrder enumeration value specifying the sorting type for the current column. |
Remarks
Note that by default, if the IModelColumn.SortIndex property value does not equal -1, the Ascending sorting is applied. So, to disable sorting, you must set SortOrder to None and SortIndex to -1.
IMPORTANT
Sorting, specified by this property is directly applied to the data-aware control. To sort the underlying data source, use the IModelSorting node instead.
See Also
Feedback