Skip to main content

RecurrentAppointmentEditActionDialogCommand Class

The “Appointment” dialog’s command to edit the recurrent appointment.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class RecurrentAppointmentEditActionDialogCommand :
    DialogCommandBase<IRecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogViewModel>

Inheritance

Object
DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand
DevExpress.Web.ASPxScheduler.Internal.CallbackCommandWithResult
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<RecurrentAppointmentEditDialogViewModel>
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<DevExpress.Web.ASPxScheduler.Dialogs.IRecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogViewModel>
RecurrentAppointmentEditActionDialogCommand
See Also