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

HtmlEditorInsertImageDialogSettings.MoreOptionsSectionTemplate Property

Gets or sets a template used to display the content of the Insert Image Dialog form’s More Options section.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
ITemplate *null*

An object that supports the ITemplate interface and contains a template used to display the More Options section.

Property Paths

You can access this nested property as listed below:

Object Type Path to MoreOptionsSectionTemplate
HtmlEditorDefaultDialogSettings
.InsertImageDialog.MoreOptionsSectionTemplate
MVCxHtmlEditorDefaultDialogSettings
.InsertImageDialog.MoreOptionsSectionTemplate
See Also