SchedulerControl.DeleteSelectedAppointments() Method
Deletes the selected appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Remarks
The DeleteSelectedAppointments method deletes the currently selected appointments from the SchedulerStorage.Appointments collection. To access the appointments currently selected use the SchedulerControl.SelectedAppointments property.
To delete a specific appointment use the SchedulerControl.DeleteAppointment method.
End-users can delete appointments by pressing the DEL key.
See Also