Skip to main content

ASPxRichEditOptionsSpelling.IgnoreUri Property

Gets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI).

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public bool IgnoreUri { get; set; }

Property Value

Type Default Description
Boolean true

true, to skip URI strings; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreUri
ASPxRichEditSpellCheckerSettings
.OptionsSpelling .IgnoreUri

Remarks

With the IgnoreUri option set to True, you can save time by skipping URIs during a spell check.

See Also