Back to Devexpress

SchedulerControl.DeleteSelectedAppointments() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-6a104d6f.md

latest1.9 KB
Original Source

SchedulerControl.DeleteSelectedAppointments() Method

Deletes the selected appointments.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual void DeleteSelectedAppointments()
vb
Public Overridable Sub 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

CreateAppointment(Boolean, Boolean)

DeleteAppointment(Appointment)

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace