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

AppointmentSaveDialogCommand Class

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

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public class AppointmentSaveDialogCommand :
    DialogCommandBase<IAppointmentEditDialogViewModel, AppointmentEditDialogViewModel>

Inheritance

Object
DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand
DevExpress.Web.ASPxScheduler.Internal.CallbackCommandWithResult
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<AppointmentEditDialogViewModel>
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<DevExpress.Web.ASPxScheduler.Dialogs.IAppointmentEditDialogViewModel, AppointmentEditDialogViewModel>
AppointmentSaveDialogCommand
See Also