Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.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