Back to Devexpress

GridLevelNode.Parent Property

windowsforms-devexpress-dot-xtragrid-dot-gridlevelnode-086802df.md

latest1.3 KB
Original Source

GridLevelNode.Parent Property

Gets the parent node of the current node.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public GridLevelNode Parent { get; }
vb
<Browsable(False)>
Public ReadOnly Property Parent As GridLevelNode

Property Value

TypeDescription
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

GridLevelNode Class

GridLevelNode Members

DevExpress.XtraGrid Namespace