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