Skip to main content

SchedulerControl.ResourceSharing Property

Gets a value indicating whether appointments can be shared between multiple resources.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

[Browsable(false)]
public bool ResourceSharing { get; }
<Browsable(False)>
Public ReadOnly Property ResourceSharing As Boolean

Property Value

Type Description
Boolean

true if resource sharing is enabled; otherwise, false.

Remarks

Note that the ResourceSharing property is read-only. If you want specify whether resource sharing should be enabled or disabled, use the AppointmentStorage.ResourceSharing property.

See Also