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

SchedulerControl.RemoveAppointmentsWithConfirmDialogAsync(IList<AppointmentItem>) Method

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Task RemoveAppointmentsWithConfirmDialogAsync(
    IList<AppointmentItem> appointments
)

Parameters

Name Type
appointments IList<AppointmentItem>

Returns

Type
Task
See Also