SchedulerDataStorage.StatusItems Property
In This Article
Provides access to the collection of appointment statuses.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public AppointmentStatusItemCollection StatusItems { get; }
#Property Value
Type | Description |
---|---|
Appointment |
A collection of appointment status items. |
See Also