GotoDateDialogCommand Class
The “Go To Date” dialog’s command to set the specified date and display the selected calendar.
Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public class GotoDateDialogCommand :
DialogCommandBase<IGotoDateDialogViewModel, GotoDateDialogViewModel>
Inheritance
Object
DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand
DevExpress.Web.ASPxScheduler.Internal.CallbackCommandWithResult
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<GotoDateDialogViewModel>
DevExpress.Web.ASPxScheduler.Commands.Dialogs.DialogCommandBase<DevExpress.Web.ASPxScheduler.Dialogs.IGotoDateDialogViewModel, GotoDateDialogViewModel>
GotoDateDialogCommand
See Also