DxSchedulerDataStorage.GetStatusItemById(Object) Method
Returns a status with the specified identifier from the storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentStatusItem GetStatusItemById(
object id
)
Parameters
| Name | Type | Description |
|---|---|---|
| id | Object | The status identifier. |
Returns
| Type | Description |
|---|---|
| DxSchedulerAppointmentStatusItem | The status with the specified identifier. |
See Also