Back to Devexpress

SpellCheckerBase<T>.IgnoreUri Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-f5fe54b8.md

latest1.3 KB
Original Source

SpellCheckerBase<T>.IgnoreUri Property

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

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public bool IgnoreUri { get; set; }
vb
Public Property IgnoreUri As Boolean

Property Value

TypeDescription
Boolean

true, to skip URI strings; otherwise, false.

|

Remarks

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

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace