CompareNodeValuesEventArgs.SortOrder Property
Gets the sort order applied to the column whose values are going to be compared.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.1.dll
NuGet Package: DevExpress.Win.TreeList
Declaration
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