A newer version of this page is available.
Switch to the current version.
AppointmentStorageBase.ResourceSharing Property
Gets or sets a value indicating whether an appointment could be shared between multiple resources.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
[DefaultValue(false)]
public bool ResourceSharing { get; set; }
<DefaultValue(False)>
Public Property ResourceSharing As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if the resource sharing is enabled; otherwise, false. |
Implements
See Also
Feedback