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. |
Node |
Gets the first value involved in comparison. |
Node |
Gets the second value involved in comparison. |
Result | Gets or sets a comparison result. |
Sort |
Gets the sort order applied to the column whose values are going to be compared. |
See Also