SchedulerDataStorage.GetStatusItemById(Object) Method
In This Article
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
C#
public AppointmentStatusItem GetStatusItemById(
object id
)
#Parameters
Name | Type | Description |
---|---|---|
id | System. |
The status identifier. |
#Returns
Type | Description |
---|---|
Appointment |
The status with the specified identifier. |
See Also