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.v24.1.dll
NuGet Package: 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