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

TreeListNodeChangedEventArgs.Node Property

Gets the changed node.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListNode Node { get; protected set; }

Property Value

Type Description
TreeListNode

A TreeListNode object representing the changed node.

See Also