Back to Devexpress

SchedulerDataStorage.GetStatusItemById(Object) Method

maui-devexpress-dot-maui-dot-scheduler-dot-schedulerdatastorage-dot-getstatusitembyid-x28-system-dot-object-x29.md

latest1.1 KB
Original Source

SchedulerDataStorage.GetStatusItemById(Object) Method

Returns a status with the specified identifier from the StatusItems collection.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public AppointmentStatusItem GetStatusItemById(
    object id
)

Parameters

NameTypeDescription
idSystem.Object

The status identifier.

|

Returns

TypeDescription
AppointmentStatusItem

The status with the specified identifier.

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.Maui.Scheduler Namespace