Back to Devexpress

SpellingSettings.CheckAsYouType Attached Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-3064c458.md

latest1.5 KB
Original Source

SpellingSettings.CheckAsYouType Attached Property

Specifies the check-as-you-type operation mode. This is a dependency property.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

See GetCheckAsYouType(DependencyObject) and SetCheckAsYouType(DependencyObject, Boolean).

Returns

TypeDescription
Boolean

A DefaultBoolean enumeration value specifying whether the check-as-you-type operation mode is in effect..

|

Remarks

Starts spelling check when you finish typing the word or move the cursor after changing it.This operation mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word.

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace