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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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