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

CompareNodeValuesEventArgs.SortOrder Property

Gets the sort order applied to the column whose values are going to be compared.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public SortOrder SortOrder { get; }

Property Value

Type Description
SortOrder

A SortOrder enumeration member representing the sort order applied.

Remarks

The SortOrder property allows you to determine which sort order is going to be applied to the column whose values are compared. The value returned is specified by the column’s TreeListColumn.SortOrder property. If the property returns the SortOrder.None value, column values are not sorted.

See Also