Skip to main content

TreeListNodeChangedEventArgs.Node Property

Gets the changed node.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.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