Skip to main content

HtmlEditorDialogSettingsBase.BottomAreaTemplate Property

Gets or sets a template used to display the content of a dialog form’s bottom area.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ITemplate BottomAreaTemplate { get; set; }

Property Value

Type Default Description
ITemplate null

An object that supports the ITemplate interface and contains a template used to display a dialog form’s bottom area.

Property Paths

You can access this nested property as listed below:

Object Type Path to BottomAreaTemplate
HtmlEditorDefaultDialogSettings
.InsertPlaceholderDialog .BottomAreaTemplate

Remarks

The bottom area is an area within a dialog form located under the last form element.

See Also