Skip to main content

SchedulerDataStorage.GetStatusItemById(Object) Method

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public AppointmentStatusItem GetStatusItemById(
    object id
)

#Parameters

Name Type Description
id Object

The status identifier.

#Returns

Type Description
AppointmentStatusItem

The status with the specified identifier.

See Also