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

SchedulerDataStorage.StatusItems Property

Provides access to the collection of appointment statuses.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentStatusItemCollection StatusItems { get; }

Property Value

Type Description
AppointmentStatusItemCollection

A collection of appointment status items.

See Also