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

ISchedulerStorageBase.ResourceSharing Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

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

Property Value

Type Description
Boolean

true if resource sharing is enabled; otherwise, false.

See Also