Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CompareNodeValuesEventArgs.SortOrder Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#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