A newer version of this page is available.
Switch to the current version.
SpellChecker.SpellCheckMode Property
Gets or sets the DXSpellChecker's operation mode.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v18.2.dll
Declaration
public SpellCheckMode SpellCheckMode { get; set; }
Public Property SpellCheckMode As SpellCheckMode
Property Value
Type | Description |
---|---|
SpellCheckMode | A SpellCheckMode enumeration member. |
Remarks
Use the SpellCheckMode property to switch to the check-as-you-type operation mode, and back to the simple spelling check. The check-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
Feedback