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
Declaration
[Browsable(false)]
bool ResourceSharing { get; }
<Browsable(False)>
ReadOnly Property ResourceSharing As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if resource sharing is enabled; otherwise, false. |
See Also
Feedback