SpellChecker.SetSpellCheckerOptions(Control, OptionsSpelling) Method
Sets the options of spelling check specified for the control.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | An OptionsSpelling object containing the spell checking options. |
options | OptionsSpelling | A control for which the spell checking options are specified. |
See Also