SpellChecker.CheckAsYouTypeOptions Property
In This Article
Provides access to the options used to visually indicate misspelled words and customize the context menu, invoked by right-clicking the word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public CheckAsYouTypeOptions CheckAsYouTypeOptions { get; }
#Property Value
Type | Description |
---|---|
Check |
A Check |
#Remarks
The options has effect only for the SpellCheckMode.AsYouType SpellChecker mode.
Note
Xtra
See Also