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

ASPxRichEditAutoCorrectSettings.DetectUrls Property

Gets or sets whether the control should detect URL strings and format them as hyperlinks.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

[DefaultValue(false)]
public override bool DetectUrls { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to switch this functionality on; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DetectUrls
ASPxRichEditSettings
.AutoCorrect.DetectUrls

Remarks

A hyperlink target string for email address is composed by adding the “mailto:” prefix.

See Also