Skip to main content

SchedulerFormEventArgs.FormTemplateUrl Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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