TreeListNodeEventArgs Class
Provides data for the TreeListView.NodeExpanded and TreeListView.NodeCollapsed events.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
The TreeListNodeEventArgs class provides the TreeListNodeEventArgs.Node property, that returns the node currently being processed.
To learn more, see Obtaining Nodes.
Inheritance
Object
EventArgs
RoutedEventArgs
TreeListNodeEventArgs
See Also