GotoDateFormEventArgs Class
In This Article
Provides data for the ASPxScheduler.GotoDateFormShowing event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public class GotoDateFormEventArgs :
SchedulerFormEventArgs
#Remarks
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.
#Inheritance
Object
EventArgs
SchedulerFormEventArgs
GotoDateFormEventArgs
See Also