Skip to main content

AppointmentStatusCollection.GetByType(AppointmentStatusType) Method

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 AppointmentStatusType

An AppointmentStatusType enumeration value.

#Returns

Type Description
AppointmentStatus

An AppointmentStatus object of the specified status type.

See Also