ReminderDialogCommandBase Class
Serves as a base for classes that implement functionality of the Reminder dialog’s commands.
Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public abstract class ReminderDialogCommandBase :
DialogCommandBase<IReminderDialogViewModel, ReminderDialogViewModel>
Inheritance
Object
DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand
DevExpress.Web.ASPxScheduler.Internal.CallbackCommandWithResult
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<ReminderDialogViewModel>
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<DevExpress.Web.ASPxScheduler.Dialogs.IReminderDialogViewModel, ReminderDialogViewModel>
See Also