Skip to main content

TreeListCustomColumnSortEventArgs.Node2 Property

Gets the second of the two nodes being compared.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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