Skip to main content

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.v23.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:

Object Type Path to ShowEmailAddressSection
HtmlEditorDefaultDialogSettings
.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