Skip to main content

SpellChecker.SpellCheckMode Property

Gets or sets the DXSpellChecker operation mode.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll

#Declaration

public SpellCheckMode SpellCheckMode { get; set; }

#Property Value

Type Description
SpellCheckMode

A SpellCheckMode enumeration member.

#Remarks

Use this property to switch to the spell-as-you-type operation mode, and back to the simple spelling check. The spell-as-you-type mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word.

#Implements

See Also