Back to Devexpress

SpellCheckerBase<T> Properties

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-dot-underscore-properties.md

latest4.8 KB
Original Source

SpellCheckerBase<T> Properties

Serves as a base class to the DXSpellChecker and RichEditSpellChecker behaviors.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CheckAsYouTypeGets or sets whether to enable the “check-as-you-type” mode. This is a dependency property.
CultureGets or sets the spell checker’s culture-specific settings. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DictionariesProvides access to the spell checker dictionaries collection. This is a dependency property.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IgnoreEmailsGets or sets whether e-mail addresses should be excluded from the check. This is a dependency property.
IgnoreMixedCaseWordsGets or sets whether the spell checker ignores words containing different case letters in positions other than the first. This is a dependency property.
IgnoreRepeatedWordsGets or sets whether the spell checker ignores repeated words. This is a dependency property.
IgnoreUpperCaseWordsGets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property.
IgnoreUriGets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI). This is a dependency property.
IgnoreWordsWithNumbersGets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
SpellingFormTypeGets or sets type of the form to be shown when a probable misspelled word is found. This is a dependency property.

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace