Skip to main content

TreeListNode.ParentNode Property

Gets the parent node.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListNode ParentNode { get; }

#Property Value

Type Description
TreeListNode

A TreeListNode object that is the parent node. null (Nothing in Visual Basic) if the current node is at the root level.

#Remarks

To learn more, see Tree Generation Algorithm and Nodes Overview.

See Also