Skip to main content

ISchedulerStorageBase.ResourceSharing Property

Gets or sets a value indicating whether an appointment can be associated with multiple resources.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Browsable(false)]
bool ResourceSharing { get; }

Property Value

Type Description
Boolean

true if resource sharing is enabled; otherwise, false.

See Also