SchedulerDataStorage.GetAppointmentItemById(Object) Method
Returns an appointment with the specified identifier from the AppointmentItems collection.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentItem GetAppointmentItemById(
object id
)
Parameters
Name | Type | Description |
---|---|---|
id | Object | The appointment identifier. |
Returns
Type | Description |
---|---|
AppointmentItem | The appointment with the specified identifier. |
See Also