AppointmentStatusCollection.GetByType(AppointmentStatusType) Method
Obtains an appointment status object specified by its type.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public AppointmentStatus GetByType(
AppointmentStatusType type
)
Public Function GetByType(
type As AppointmentStatusType
) As AppointmentStatus
Parameters
Name | Type | Description |
---|---|---|
type | AppointmentStatusType | An AppointmentStatusType enumeration value. |
Returns
Type | Description |
---|---|
AppointmentStatus | An AppointmentStatus object of the specified status type. |
See Also
Feedback