Back to Devexpress

DxSchedulerDataStorage.GetStatusItemById(Object) Method

blazor-devexpress-dot-blazor-dot-dxschedulerdatastorage-dot-getstatusitembyid-x28-system-dot-object-x29.md

latest1.0 KB
Original Source

DxSchedulerDataStorage.GetStatusItemById(Object) Method

Returns a status with the specified identifier from the storage.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerAppointmentStatusItem GetStatusItemById(
    object id
)

Parameters

NameTypeDescription
idObject

The status identifier.

|

Returns

TypeDescription
DxSchedulerAppointmentStatusItem

The status with the specified identifier.

|

See Also

DxSchedulerDataStorage Class

DxSchedulerDataStorage Members

DevExpress.Blazor Namespace