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

GridLevelNode.Parent Property

Gets the parent node of the current node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public GridLevelNode Parent { get; }

Property Value

Type Description
GridLevelNode

A GridLevelNode object that refers to the parent node.

Remarks

For the root node the Parent property returns null. For any other node, this property returns the node’s parent node.

See Also