IAppointmentStatusStorage.GetByType(AppointmentStatusType) Method
Obtain a status by its type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
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