Skip to main content
A newer version of this page is available. .

HtmlEditorDialogSettingsBase.TopAreaTemplate Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ITemplate TopAreaTemplate { 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 top area.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TopAreaTemplate
ASP.NET Controls and MVC Extensions HtmlEditorDefaultDialogSettings
.InsertLinkDialog .TopAreaTemplate
ASP.NET MVC Extensions MVCxHtmlEditorDefaultDialogSettings
.InsertLinkDialog .TopAreaTemplate
MVCxHtmlEditorDefaultDialogSettings
.InsertFlashDialog .TopAreaTemplate

Remarks

The top area is an area within a dialog form located above the first form element.

See Also