A newer version of this page is available.
Switch to the current version.
SpellChecker.SpellCheckMode Property
Gets or sets the XtraSpellChecker's operation mode.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v18.2.dll
Declaration
[DefaultValue(SpellCheckMode.OnDemand)]
public SpellCheckMode SpellCheckMode { get; set; }
<DefaultValue(SpellCheckMode.OnDemand)>
Public Property SpellCheckMode As SpellCheckMode
Property Value
Type | Default | Description |
---|---|---|
SpellCheckMode | OnDemand |
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
Feedback