SchedulerDataStorage.CreateStatusItem() Method
In This Article
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
C#
public AppointmentStatusItem CreateStatusItem()
#Returns
Type | Description |
---|---|
Appointment |
The newly created status item. |
See Also