Resource.ParentId Property
In This Article
Gets or sets the Id of the parent resource if resources form a tree-like hierarchy.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that is the resource identifier. |
#Remarks
To display a tree-like resource hierarchy, use the ResourcesTree control.
See Also