Skip to main content

SchedulerStorage.ResourceSharing Property

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

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public bool ResourceSharing { get; }

#Property Value

Type Description
Boolean

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

See Also