SchedulerDataStorage.RemoveAppointment(AppointmentItem) Method
In This Article
Removes the specified appointment from the AppointmentItems collection.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public void RemoveAppointment(
AppointmentItem appointment
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment |
The appointment to remove. |
See Also