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.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Returns
Type | Description |
---|---|
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