Skip to main content

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