Node<T>.GetParents() Method
Returns a collection of the node’s parent nodes.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<Node<T>> | A collection of the node’s parent nodes. |
See Also