Skip to main content

SchedulerControl.DeleteSelectedAppointments() Method

Deletes the selected appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void DeleteSelectedAppointments()

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