SchedulerDataStorage.CreateStatusItem() Method
Creates a new AppointmentStatusItem instance and adds it to the StatusItems collection.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentStatusItem CreateStatusItem()
Returns
Type | Description |
---|---|
AppointmentStatusItem | The newly created status item. |
See Also