Skip to main content
A newer version of this page is available. .
Tab

GridCustomColumnSortEventArgs.SortOrder Property

Gets the sort order applied to the column (row for ASPxVerticalGrid) being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ColumnSortOrder SortOrder { get; }

Property Value

Type Description
ColumnSortOrder

One of the ColumnSortOrder enumeration values.

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 the sort order (ascending or descending) applied to the column (row for ASPxVerticalGrid) being processed.

See Also