Skip to main content

CalendarBase.Statuses Property

Returns the calendar’s appointment statuses collection.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.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