NodeChangedEventArgs.NodeCollection Property
Gets the collection that contains the current node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
TreeListNodes | A TreeListNodes object that specifies the collection that contains the current node. |
See Also