aspnet-devexpress-dot-web-dot-aspxscheduler-b88102f4.md
Provides data for the ASPxScheduler.GotoDateFormShowing event.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class GotoDateFormEventArgs :
SchedulerFormEventArgs
Public Class GotoDateFormEventArgs
Inherits SchedulerFormEventArgs
GotoDateFormEventArgs is the data class for the following events:
The ASPxScheduler.GotoDateFormShowing event occurs before a Go To Date form is displayed. The GotoDateFormEventArgs class introduces the GotoDateFormEventArgs.Container property that specifies the template container, and enables the developer to customize the form’s appearance.
Object EventArgs SchedulerFormEventArgs GotoDateFormEventArgs
See Also