GridLevelNode.Parent Property
Gets the parent node of the current node.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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