Skip to main content
A newer version of this page is available. .

Node<T>.GetParents() Method

Returns a collection of the node’s parent nodes.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public IEnumerable<Node<T>> GetParents()

Returns

Type Description
IEnumerable<Node<T>>

A collection of the node’s parent nodes.

See Also