AppointmentSaveDialogCommand Class
The “Appointment” dialog’s command to save the appointment.
Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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