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

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.v19.1.dll

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