Skip to main content

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

NuGet Package: DevExpress.Web.Office

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