Skip to main content
A newer version of this page is available. .

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