GotoDateFormEventArgs Class
Provides data for the ASPxScheduler.GotoDateFormShowing event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
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