ISpellChecker.SpellCheckMode Property
In This Article
Gets or sets the spell check mode.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
SpellCheckMode SpellCheckMode { get; set; }
#Property Value
Type | Description |
---|---|
Spell |
A Spell |
Available values:
Name | Description |
---|---|
On |
Starts spelling check and invokes the spelling form for making corrections. |
As |
Starts spelling check when you finish typing the word or move the cursor after changing it. |
See Also