TreeListCustomColumnSortEventArgs.Node1 Property
In This Article
Gets the first of the two nodes being compared.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The values currently being compared are returned by the TreeListCustomColumnSortEventArgs.Value1 and TreeListCustomColumnSortEventArgs.Value2 properties.
See Also