Back to Devexpress

SpellingSettings Attached Properties

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-underscore-attachedproperties.md

latest3.2 KB
Original Source

SpellingSettings Attached Properties

Specifies spelling settings for a framework element.

NameDescription
CheckAsYouType staticSpecifies the check-as-you-type operation mode. This is a dependency property.
Culture staticGets or sets the culture-specific settings of the spell checker. This is a dependency property. This is an attached property.
DictionarySourceCollection staticSpecifies a collection of source dictionaries that are used to check spelling in a document. This is a dependency property. This is an attached property.
IgnoreEmails staticGets or sets whether e-mail addresses should be excluded from the check. This is a dependency property.
IgnoreMixedCaseWords staticGets or sets whether the spell checker ignores words containing different case letters in positions other than the first. This is a dependency property.
IgnoreRepeatedWords staticGets or sets whether the spell checker ignores repeated words. This is a dependency property.
IgnoreUpperCaseWords staticGets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property.
IgnoreUri staticIdentifies the SpellingSettings.IgnoreUri attached property.
IgnoreUrls staticGets or sets whether the spell checker ignores the URLs in text. This is a dependency property.
IgnoreWordsWithNumbers staticGets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.
ShowSpellCheckMenu staticSpecifies whether context menu items specific for the spell checker are shown. This is a dependency property.
SpellChecker staticSpecifies the SpellChecker instance to which the settings are applied. This is a dependency property.
UnderlineColor staticGets or sets the color used to underline the misspelled word. This is a dependency property.
UnderlineStyle staticGets or sets the underline style for misspelled words. This is a dependency property.

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace