Skip to main content

DXSpellChecker Members

Allows you to implement the spell checking functionality for the text controls in XAML.

Constructors

Name Description
DXSpellChecker() Initializes a new instance of the DXSpellChecker class with the default settings.

Fields

Name Description
CheckAsYouTypeProperty static Identifies the SpellCheckerBase<T>.CheckAsYouTypeProperty dependency property. Inherited from SpellCheckerBase<T>.
CultureProperty static Identifies the SpellCheckerBase<T>.CultureProperty dependency property. Inherited from SpellCheckerBase<T>.
IgnoreEmailsProperty static Identifies the SpellCheckerBase<T>.IgnoreEmailsProperty dependency property. Inherited from SpellCheckerBase<T>.
IgnoreMixedCaseWordsProperty static Identifies the SpellCheckerBase<T>.IgnoreMixedCaseWordsProperty dependency property. Inherited from SpellCheckerBase<T>.
IgnoreRepeatedWordsProperty static Identifies the SpellCheckerBase<T>.IgnoreRepeatedWordsProperty dependency property. Inherited from SpellCheckerBase<T>.
IgnoreUpperCaseWordsProperty static Identifies the SpellCheckerBase<T>.IgnoreUpperCaseWordsProperty dependency property. Inherited from SpellCheckerBase<T>.
IgnoreUriProperty static Identifies the SpellCheckerBase<T>.IgnoreUriProperty dependency property. Inherited from SpellCheckerBase<T>.
IgnoreWordsWithNumbersProperty static Identifies the SpellCheckerBase<T>.IgnoreWordsWithNumbersProperty dependency property. Inherited from SpellCheckerBase<T>.
SpellingFormTypeProperty static Identifies the SpellCheckerBase<T>.SpellingFormTypeProperty dependency property. Inherited from SpellCheckerBase<T>.

Properties

Name Description
CheckAsYouType Gets or sets whether to enable the “check-as-you-type” mode. This is a dependency property. Inherited from SpellCheckerBase<T>.
Culture Gets or sets the spell checker’s culture-specific settings. This is a dependency property. Inherited from SpellCheckerBase<T>.
Dictionaries Provides access to the spell checker dictionaries collection. This is a dependency property. Inherited from SpellCheckerBase<T>.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IgnoreEmails Gets or sets whether e-mail addresses should be excluded from the check. This is a dependency property. Inherited from SpellCheckerBase<T>.
IgnoreMixedCaseWords Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. This is a dependency property. Inherited from SpellCheckerBase<T>.
IgnoreRepeatedWords Gets or sets whether the spell checker ignores repeated words. This is a dependency property. Inherited from SpellCheckerBase<T>.
IgnoreUpperCaseWords Gets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property. Inherited from SpellCheckerBase<T>.
IgnoreUri Gets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI). This is a dependency property. Inherited from SpellCheckerBase<T>.
IgnoreWordsWithNumbers Gets or sets whether the spell checker ignores words that contain numbers. This is a dependency property. Inherited from SpellCheckerBase<T>.
SpellingFormType Gets or sets type of the form to be shown when a probable misspelled word is found. This is a dependency property. Inherited from SpellCheckerBase<T>.

Methods

Name Description
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. Inherited from Animatable.
ApplyAnimationClock(DependencyProperty, AnimationClock) Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable.
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. Inherited from Animatable.
BeginAnimation(DependencyProperty, AnimationTimeline) Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable.
Check() Checks the control content for spelling mistakes.
CheckContainer() Checks the spelling of the controls in the container for which the DXSpellChecker instance is defined.
Clone() Creates a modifiable clone of this Animatable, making deep copies of this object’s values. When copying this object’s dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. Inherited from Animatable.
GetAnimationBaseValue(DependencyProperty) Returns the non-animated value of the specified DependencyProperty. Inherited from Animatable.
ShouldSerializeStoredWeakReference(DependencyObject) static Specifies whether a dependency object should be serialized. Inherited from Animatable.
See Also