Node<T>.Children Property
Provides access to a collection of the node’s child nodes.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<Node<T>> | A collection of the node’s child nodes. |
See Also