ASPxAppointmentStorage.Statuses Property
In This Article
Gets the collection of appointment statuses.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentStatusCollection Statuses { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
Use this property to access the collection of appointment statuses within the appointments storage.
See Also