Back to Devexpress

SpellingSettings.IgnoreUrls Attached Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-748644ae.md

latest1.6 KB
Original Source

SpellingSettings.IgnoreUrls Attached Property

Gets or sets whether the spell checker ignores the URLs in text. This is a dependency property.

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

See GetIgnoreUrls(DependencyObject) and SetIgnoreUrls(DependencyObject, DefaultBoolean).

Returns

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value specifying whether the words which are URLs should be checked.

|

Remarks

A word that has one of the following prefixes: “http”, “ftp”, “https”, “www” is presumed to be an Uniform Resource Locator (URL). With IgnoreUrls set to DefaultBoolean.True you can save time by ignoring URL addresses during a spelling check.

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace