ITreeNode.Parent Property

Specifies the parent tree node.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

ITreeNode Parent { get; }
ReadOnly Property Parent As ITreeNode

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