Back to Devexpress

SchedulerControl.ShowOnlyResourceAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-7720819a.md

latest1.7 KB
Original Source

SchedulerControl.ShowOnlyResourceAppointments Property

Gets or sets whether to hide appointments that are not associated with any resource. 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 ShowOnlyResourceAppointments { get; set; }
vb
Public Property ShowOnlyResourceAppointments As Boolean

Property Value

TypeDescription
Boolean

true to hide appointments that are not associated with any resource; otherwise, false. By default, false.

|

Remarks

A scheduler resources’ collection is available using the ResourceItems property. For appointments that are not associated with any resource, the SchedulerItemBase.ResourceId property is set to null.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace