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

RecurrentAppointmentDeleteActionDialogCommand Class

The “Confirm Delete” dialog’s command to delete the recurrent appointment.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class RecurrentAppointmentDeleteActionDialogCommand :
    DialogCommandBase<IRecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogViewModel>

Inheritance

Object
DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand
DevExpress.Web.ASPxScheduler.Internal.CallbackCommandWithResult
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<RecurrentAppointmentDeleteDialogViewModel>
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<DevExpress.Web.ASPxScheduler.Dialogs.IRecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogViewModel>
RecurrentAppointmentDeleteActionDialogCommand
See Also