Skip to main content

SchedulerDataStorage.CreateStatusItem() Method

In This Article

Creates a new AppointmentStatusItem instance and adds it to the StatusItems collection.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public AppointmentStatusItem CreateStatusItem()

#Returns

Type Description
AppointmentStatusItem

The newly created status item.

See Also