AppointmentStatusCollection.GetByType(AppointmentStatusType) Method
In This Article
Obtains an appointment status object specified by its type.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentStatus GetByType(
AppointmentStatusType type
)
#Parameters
Name | Type | Description |
---|---|---|
type | Appointment |
An Appointment |
#Returns
Type | Description |
---|---|
Appointment |
An Appointment |
See Also