Skip to main content

CalendarBase.Statuses Property

Provides access to the calendar’s appointment statuses collection.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public AppointmentStatusItemCollection Statuses { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.AppointmentStatusItemCollection

A AppointmentStatusItemCollection object that is the collection of appointment statues.

See Also