Back to Devexpress

DataSource.ResourceSharing Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datasource-730149b1.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool ResourceSharing { get; set; }
vb
Public Property ResourceSharing As Boolean

Property Value

TypeDescription
Boolean

true, to enable resource sharing; otherwise, false.

|

See Also

DataSource Class

DataSource Members

DevExpress.Xpf.Scheduling Namespace