ITreeNode.Parent Property
In This Article
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 |
---|---|
ITree |
An ITree |
#Remarks
If the Parent property’s value equals the TreeListEditor.RootValue, the current node is considered to be root.
See Also