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.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 IgnoreUri |
---|---|
ASPxRichEditSpellCheckerSettings |
|
Remarks
With the IgnoreUri option set to True, you can save time by skipping URIs during a spell check.
See Also