ASPxSchedulerOptionsForms.RemindersFormTemplateUrl Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string, which represents a template form’s URL. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Reminders |
---|---|
ASPx |
|
#Remarks
Specify the RemindersFormTemplateUrl property to invoke your custom form based on the template, instead of the default one.
See Also