Back to Devexpress

GotoDateFormEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-b88102f4.md

latest1.8 KB
Original Source

GotoDateFormEventArgs Class

Provides data for the ASPxScheduler.GotoDateFormShowing event.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class GotoDateFormEventArgs :
    SchedulerFormEventArgs
vb
Public Class GotoDateFormEventArgs
    Inherits SchedulerFormEventArgs

GotoDateFormEventArgs is the data class for the following events:

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

GotoDateFormEventArgs Members

DevExpress.Web.ASPxScheduler Namespace