SchedulerControl.ResourceSharing Property
In This Article
Gets a value indicating whether appointments can be shared between multiple resources.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#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