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

CalendarBase.Statuses Property

Provides access to the calendar’s appointment statuses collection.

Namespace: DevExpress.UI.Xaml.Scheduler

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

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