Back to Devexpress

ASPxSchedulerOptionsForms.RemindersFormTemplateUrl Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduleroptionsforms.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue("")]
public string RemindersFormTemplateUrl { get; set; }
vb
<DefaultValue("")>
Public Property RemindersFormTemplateUrl As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RemindersFormTemplateUrl
ASPxScheduler

.OptionsForms .RemindersFormTemplateUrl

|

Remarks

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

See Also

ASPxSchedulerOptionsForms Class

ASPxSchedulerOptionsForms Members

DevExpress.Web.ASPxScheduler Namespace