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

ASPxSchedulerOptionsForms.RecurrentAppointmentDeleteFormTemplateUrl Property

Gets or sets a template location for the form used to prompt the user for the deletion of the recurrent appointment.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
String String.Empty

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RecurrentAppointmentDeleteFormTemplateUrl
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsForms.RecurrentAppointmentDeleteFormTemplateUrl
ASP.NET Web Forms Controls ASPxScheduler
.OptionsForms.RecurrentAppointmentDeleteFormTemplateUrl
MVCxScheduler
.OptionsForms.RecurrentAppointmentDeleteFormTemplateUrl
SchedulerSettings
.OptionsForms.RecurrentAppointmentDeleteFormTemplateUrl

Remarks

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

See Also