TreeListCustomNodeSortEventArgs.SortOrder Property
Gets the sort order applied to the column being processed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ColumnSortOrder | A ColumnSortOrder value that specifies the sort order applied to the specified column. |
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 being processed.
See Also