Back to Devexpress

TreeListSelectionChangedEventArgs.Node Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistselectionchangedeventargs.md

latest1.3 KB
Original Source

TreeListSelectionChangedEventArgs.Node Property

Gets a node whose selected state has been changed.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
TreeListNode

A TreeListNode object that is the node whose selected state has been changed.

|

See Also

Row Selection

TreeListSelectionChangedEventArgs Class

TreeListSelectionChangedEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace