Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, 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