Skip to main content
All docs
V19.2

MVCxSchedulerOptionsForms.RecurrentAppointmentDeleteFormTemplateUrl Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public string RecurrentAppointmentDeleteFormTemplateUrl { 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 RecurrentAppointmentDeleteFormTemplateUrl
MVCxScheduler
.OptionsForms.RecurrentAppointmentDeleteFormTemplateUrl
SchedulerSettings
.OptionsForms.RecurrentAppointmentDeleteFormTemplateUrl
See Also