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

ASPxSchedulerOptionsForms.RemindersFormTemplateUrl Property

Gets or sets a template location for the form used to edit the current appointment’s associated alert.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
String String.Empty

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RemindersFormTemplateUrl
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsForms .RemindersFormTemplateUrl
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsForms .RemindersFormTemplateUrl
ASP.NET MVC Extensions MVCxScheduler
.OptionsForms .RemindersFormTemplateUrl
SchedulerSettings
.OptionsForms .RemindersFormTemplateUrl

Remarks

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

See Also