Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerControl.DeleteSelectedAppointments() Method

In This Article

Deletes the selected appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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