AppointmentStatusCollection.GetByType(AppointmentStatusType) Method
Obtains an appointment status object specified by its type.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | AppointmentStatusType | An AppointmentStatusType enumeration value. |
Returns
Type | Description |
---|---|
AppointmentStatus | An AppointmentStatus object of the specified status type. |
See Also