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