Back to Devexpress

Resource.ParentId Property

corelibraries-devexpress-dot-xtrascheduler-dot-resource-7e27eb13.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
object ParentId { get; set; }
vb
Property ParentId As Object

Property Value

TypeDescription
Object

An object that is the resource identifier.

|

Remarks

To display a tree-like resource hierarchy, use the ResourcesTree control.

See Also

Hierarchical Resource Specifics

Gantt View

Resource Interface

Resource Members

DevExpress.XtraScheduler Namespace