SpellChecker.SpellCheckMode Property
In This Article
Gets or sets the DXSpellChecker operation mode.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Spell |
A Spell |
#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