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

SpreadsheetInsertLinkDialogSettings.ShowEmailAddressSection Property

Gets or sets a value that specifies whether a section that allows an e-mail address to be entered is displayed within the Insert Link dialog form.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to display the form element, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowEmailAddressSection
SpreadsheetDialogSettings
.InsertLinkDialog.ShowEmailAddressSection

Remarks

If the ShowEmailAddressSection property is set to false, the “E-mail address” radio button and the related form section are not displayed within the Insert Link dialog form.

See Also