Skip to main content

SpellCheckMode Enum

Lists available operation modes of the spell checker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public enum SpellCheckMode

#Members

Name Description
OnDemand

Starts spell check and invokes the spelling form for making corrections.

AsYouType

Starts spell check when you finish typing the word or moves 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.

#Passed To

You can pass SpellCheckMode values to the SpellChecker.SpellCheckMode property.

#Remarks

The selected mode affects only the way the spell checker interacts with the user, and not the process of parsing the text and searching for suggestions.

See Also