Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

Returns

Type Description
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