ReminderDialogCommandBase Class
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public abstract class ReminderDialogCommandBase :
DialogCommandBase<IReminderDialogViewModel, ReminderDialogViewModel>
#Inheritance
Show 11 items
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