Skip to main content

GotoDateFormEventArgs Class

Provides data for the ASPxScheduler.GotoDateFormShowing event.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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

See Also