Back to Devexpress

OptionsSpellingBase.IgnoreUri Property

corelibraries-devexpress-dot-xtraspellchecker-dot-optionsspellingbase-f10b70a7.md

latest2.4 KB
Original Source

OptionsSpellingBase.IgnoreUri Property

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

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean IgnoreUri { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property IgnoreUri As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumeration value specifying whether the strings which are URIs should be checked. When the IgnoreUri property is set to DefaultBoolean.True or DefaultBoolean.Default, the spell checker skips URI strings.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IgnoreUri
SpellCheckerBase

.OptionsSpelling .IgnoreUri

|

Remarks

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

See Also

OptionsSpellingBase Class

OptionsSpellingBase Members

DevExpress.XtraSpellChecker Namespace