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