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

DxSchedulerDataStorage.GetStatusItemById(Object) Method

Returns a status with the specified identifier from the storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.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