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

ITreeNode.Parent Property

Specifies the parent tree node.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

ITreeNode Parent { get; }

Property Value

Type Description
ITreeNode

An ITreeNode object that represents the current node’s parent tree node.

Remarks

If the Parent property’s value equals the TreeListEditor.RootValue, the current node is considered to be root.

See Also