Skip to main content

GotoDateFormTemplateContainer(ASPxScheduler) Constructor

Initializes a new instance of the GotoDateFormTemplateContainer class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public GotoDateFormTemplateContainer(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

A ASPxScheduler control for which the template container is created.

Remarks

The constructor creates a new template container.

See Also