CalendarBase.Statuses Property
In This Article
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 |
---|---|
Appointment |
A Appointment |
See Also