Skip to main content

ISpellChecker.SpellCheckMode Property

Gets or sets the spell check mode.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

SpellCheckMode SpellCheckMode { get; set; }

Property Value

Type Description
SpellCheckMode

A SpellCheckMode enumeration member.

Available values:

Name Description
OnDemand

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

AsYouType

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