RichEditInsertLinkDialogSettings.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 Hyperlink built-in dialog form.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowEmailAddressSection |
---|---|
RichEditDialogSettings |
|
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 Hyperlink dialog form.
See Also