Skip to main content
A newer version of this page is available. .

SchedulerDataStorage.GetAppointmentItemById(Object) Method

Returns an appointment with the specified identifier from the AppointmentItems collection.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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