Back to Devexpress

SchedulerControl.StatusItems Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-8325c7e1.md

latest1.2 KB
Original Source

SchedulerControl.StatusItems Property

Provides access to the scheduler’s appointment statuses collection.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentStatusItemCollection StatusItems { get; }
vb
Public ReadOnly Property StatusItems As AppointmentStatusItemCollection

Property Value

TypeDescription
DevExpress.Xpf.Scheduling.AppointmentStatusItemCollection

A DevExpress.Xpf.Scheduling.AppointmentStatusItemCollection object that is the collection of appointment statues.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace