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

TreeListCustomColumnSortEventArgs.Node2 Property

Gets the second of the two nodes being compared.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public TreeListNode Node2 { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that specifies the second node.

Remarks

The values currently being compared are returned by the TreeListCustomColumnSortEventArgs.Value1 and TreeListCustomColumnSortEventArgs.Value2 properties.

See Also