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

SchedulerFormEventArgs.FormTemplateUrl Property

Gets or sets the Uniform Resource Locator (URL) of the form template.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public string FormTemplateUrl { get; set; }

Property Value

Type Description
String

A string, which represents a template form’s URL .

Remarks

Specify the FormTemplateUrl property to invoke your custom form based on the template instead of the default one.

See Also