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

HtmlEditorInsertLinkDialogSettings.ShowEmailAddressSection Property

Specifies if the E-mail address section is displayed in the Insert Link dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowEmailAddressSection { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if E-mail address section is displayed; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ShowEmailAddressSection property to specify the visibility of the E-mail address section in the Insert Link dialog.

EmailAddressSection

See Also