A newer version of this page is available.
Switch to the current version.
ASPxSchedulerOptionsForms.AppointmentInplaceEditorFormTemplateUrl Property
Gets or sets a template location for the form containing the in-place editor.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
[DefaultValue("")]
public string AppointmentInplaceEditorFormTemplateUrl { get; set; }
<DefaultValue("")>
Public Property AppointmentInplaceEditorFormTemplateUrl As String
Property Value
Type | Default | Description |
---|---|---|
String | A string, representing the URL of the form's template. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AppointmentInplaceEditorFormTemplateUrl |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxScheduler |
|
MVCxScheduler |
|
|
MVCxScheduler |
|
|
SchedulerSettings |
|
|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
BootstrapScheduler |
|
Remarks
If the AppointmentInplaceEditorFormTemplateUrl value is not specified, the default template is loaded.
See Also
Feedback