Skip to main content
A newer version of this page is available. .

SchedulerControl.DeleteSelectedAppointments() Method

Deletes the selected appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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