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

IAppointmentStatusStorage.GetByType(AppointmentStatusType) Method

Obtain a status by its type.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

IAppointmentStatus GetByType(
    AppointmentStatusType type
)

Parameters

Name Type Description
type AppointmentStatusType

A AppointmentStatusType enumeration member that is the status type.

Returns

Type Description
IAppointmentStatus

An IAppointmentStatus object that is the appointment status.

Remarks

The GetByType method returns the first object in the storage with the specified status type.

See Also