General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxSchedulerOptionsForms.RecurrentAppointmentEditFormTemplateUrl Property
Gets or sets a template location for the form used to prompt the user for editing of the recurrent appointment.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
Declaration
[DefaultValue("")]
public string RecurrentAppointmentEditFormTemplateUrl { get; set; }
<DefaultValue("")>
Public Property RecurrentAppointmentEditFormTemplateUrl As String
Property Value
Type | Default | Description |
---|---|---|
String | A string, representing the URL of the form's template. |
Remarks
If the RecurrentAppointmentEditFormTemplateUrl value is not specified, the default template is loaded.
See Also
Feedback