Skip to main content

GridLevelNode.Parent Property

Gets the parent node of the current node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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