Skip to main content

Resource.ParentId Property

Gets or sets the Id of the parent resource if resources form a tree-like hierarchy.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

object ParentId { get; set; }

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