Skip to main content

MVCxSchedulerOptionsForms.SetGotoDateFormTemplateContent(String) Method

Allows you to provide a template for rendering the Go to Date form.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetGotoDateFormTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

Remarks

Tip

For a complete sample project, see the following DevExpress Support Center example: https://supportcenter.devexpress.com/ticket/details/e4015/scheduler-for-asp-net-mvc-how-to-customize-the-go-to-date-dialog.

See Also