Skip to main content

DataSource.ResourceSharing Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool ResourceSharing { get; set; }

Property Value

Type Description
Boolean

true, to enable resource sharing; otherwise, false.

See Also