SpellCheckerBase<T>.CheckAsYouType Property
Gets or sets whether to enable the “check-as-you-type” mode. This is a dependency property.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to allow detecting mistakes when you finish typing the word; otherwise, false. |
Remarks
The “check-as-you-type” mode 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