Back to Devexpress

SpellCheckerBase<T>.CheckAsYouType Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public bool CheckAsYouType { get; set; }
vb
Public Property CheckAsYouType As Boolean

Property Value

TypeDescription
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

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace