Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.SpellChecker

#Declaration

public bool CheckAsYouType { get; set; }

#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