Skip to main content

SchedulerDataStorage.GetAppointmentItemById(Object) Method

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

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