Skip to main content

TreeListCustomNodeSortEventArgs.SortOrder Property

Gets the sort order applied to the column being processed.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColumnSortOrder SortOrder { get; }

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