Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxSchedulerOptionsForms.GotoDateFormTemplateUrl Property

Not in effect in ASP.NET MVC. Use the MVCxSchedulerOptionsForms.SetGotoDateFormTemplateContent method instead.

Namespace: DevExpress.Web.Mvc

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

Declaration

public string GotoDateFormTemplateUrl { get; set; }

Property Value

Type Description
String

A string that is the URL of the form template.

Property Paths

You can access this nested property as listed below:

Object Type Path to GotoDateFormTemplateUrl
MVCxScheduler
.OptionsForms.GotoDateFormTemplateUrl
SchedulerSettings
.OptionsForms.GotoDateFormTemplateUrl
See Also