CompareNodeValuesEventArgs.NodeValue2 Property
Gets the second value involved in comparison.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.1.dll
NuGet Package: DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
Object | An object representing the second value involved in comparison. |
Remarks
Use the NodeValue2 property to access the value which is to be compared with the value returned by the CompareNodeValuesEventArgs.NodeValue1 property. The result of comparing these values must be specified using the CompareNodeValuesEventArgs.Result property.
The nodes containing these values can be accessed via the CompareNodeValuesEventArgs.Node1 and CompareNodeValuesEventArgs.Node2 properties. Accessing nodes is useful if you want to implement more complex sorting than can be achieved by comparing two values. For instance, you can perform comparison with respect to values of several fields.