RecurrentAppointmentDeleteActionDialogCommand Class
In This Article
The “Confirm Delete” dialog’s command to delete the recurrent appointment.
Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs
Assembly: DevExpress.Web.ASPxScheduler.v24.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