Skip to main content

AppointmentStorage.ResourceSharing Property

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

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public bool ResourceSharing { get; set; }

#Property Value

Type Description
Boolean

true if resource sharing is enabled; otherwise, false.

See Also