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

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