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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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:
Object Type | Path to RecurrentAppointmentEditFormTemplateUrl |
---|---|
ASPxScheduler |
|
Remarks
If the RecurrentAppointmentEditFormTemplateUrl value is not specified, the default template is loaded.
See Also