Skip to main content

Node<T>.Parent Property

Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public Node<T> Parent { get; }

Property Value

Type Description
Node<T>

The node’s parent node. The null value (Nothing in Visual Basic) for the root node.

See Also