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

CalendarBase.Statuses Property

Returns the calendar’s appointment statuses collection.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public AppointmentStatusItemCollection Statuses { get; }

Property Value

Type Description
AppointmentStatusItemCollection

A AppointmentStatusItemCollection object that is the collection of appointment statues.

See Also