ITreeNode.Parent Property
Specifies the parent tree node.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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