SpellingSettings.IgnoreUrls Attached Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
#Returns
Type | Description |
---|---|
Default |
A Default |
#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