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