Skip to main content
A newer version of this page is available. .

GotoDateFormEventArgs(GotoDateFormTemplateContainer) Constructor

Initializes a new instance of the GotoDateFormEventArgs class with the specified template container.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public GotoDateFormEventArgs(
    GotoDateFormTemplateContainer container
)

Parameters

Name Type Description
container GotoDateFormTemplateContainer

A GotoDateFormTemplateContainer, representing a container for the specified template.

See Also