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.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowEmailAddressSection |
---|---|
SpreadsheetDialogSettings |
|
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