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 Properties

Provides data for the TreeList.CompareNodeValues event.
Name Description
Column Gets the column against whose values sorting is performed.
Node1 Gets the node containing the first value involved in comparison.
Node2 Gets the node containing the second value involved in comparison.
NodeValue1 Gets the first value involved in comparison.
NodeValue2 Gets the second value involved in comparison.
Result Gets or sets a comparison result.
SortOrder Gets the sort order applied to the column whose values are going to be compared.
See Also