A newer version of this page is available.
Switch to the current version.
GridCustomColumnSortEventArgs.SortOrder Property
Gets the sort order applied to the column (row for ASPxVerticalGrid) being processed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public ColumnSortOrder SortOrder { get; }
Public ReadOnly Property SortOrder As ColumnSortOrder
Property Value
Type | Description |
---|---|
ColumnSortOrder | One of the ColumnSortOrder enumeration values. |
Remarks
The SortOrder property indicates the sort order (ascending or descending) applied to the column (row for ASPxVerticalGrid) being processed.
See Also
Feedback