IAppointmentStatusStorage.GetByType(AppointmentStatusType) Method
Obtain a status by its type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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