Back to Devexpress

TreeListCustomColumnSortEventArgs.Node2 Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistcustomcolumnsorteventargs-dot-node2.md

latest1.6 KB
Original Source

TreeListCustomColumnSortEventArgs.Node2 Property

Gets the second of the two nodes being compared.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode Node2 { get; }
vb
Public ReadOnly Property Node2 As TreeListNode

Property Value

TypeDescription
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

Node1

TreeListCustomColumnSortEventArgs Class

TreeListCustomColumnSortEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace