Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Office

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