Skip to main content

Node<T>.GetParents() Method

Returns a collection of the node’s parent nodes.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public IEnumerable<Node<T>> GetParents()

Returns

Type Description
IEnumerable<Node<T>>

A collection of the node’s parent nodes.

See Also