Skip to main content

SchedulerDataStorage.RemoveAppointment(AppointmentItem) Method

Removes the specified appointment from the AppointmentItems collection.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public void RemoveAppointment(
    AppointmentItem appointment
)

Parameters

Name Type Description
appointment AppointmentItem

The appointment to remove.

See Also