Skip to main content

SchedulerDataStorage.CreateStatusItem() Method

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

public AppointmentStatusItem CreateStatusItem()

Returns

Type Description
AppointmentStatusItem

The newly created status item.

See Also