Skip to main content

ASPxSchedulerOptionsForms.AppointmentFormTemplateUrl Property

Gets or sets a template location for the appointment’s editing form.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue("")]
public string AppointmentFormTemplateUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A string, representing the URL of the editing form’s template.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppointmentFormTemplateUrl
ASPxScheduler
.OptionsForms .AppointmentFormTemplateUrl

Remarks

If the AppointmentFormTemplateUrl value is not specified, the default template is loaded.

See Also