TreeListNodeEventArgs Class
In This Article
Provides data for the TreeListView.NodeExpanded and TreeListView.NodeCollapsed events.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Remarks
The TreeListNodeEventArgs class provides the TreeListNodeEventArgs.Node property, that returns the node currently being processed.
To learn more, see Obtaining Nodes.
#Inheritance
See Also