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

AppointmentModificationControllerBase.ResourceSharing Property

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

Namespace: DevExpress.XtraScheduler.Native

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

Declaration

public virtual bool ResourceSharing { get; }

Property Value

Type Description
Boolean

true if the resource sharing is enabled; otherwise, false.

See Also