GridColumnSortInfo.SortOrder Property
Gets or sets the column’s sort order.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
ColumnSortOrder | A ColumnSortOrder enumeration value specifying the column’s sort order. |
Available values:
Name | Description |
---|---|
None | No sorting is applied to a column. |
Ascending | Sorts the column in ascending order. |
Descending | Sorts the columns in descending order. |
Remarks
The SortOrder property indicates which sort order is currently applied to the GridColumnSortInfo.Column. This property is initialized in the constructor.
See Also