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

ASPxAppointmentStorage.Statuses Property

Gets the collection of appointment statuses.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public AppointmentStatusCollection Statuses { get; }

Property Value

Type Description
AppointmentStatusCollection

An AppointmentStatusCollection which represents the collection of appointment statuses.

Remarks

Use this property to access the collection of appointment statuses within the appointments storage.

See Also