SpellChecker.GetSpellCheckerOptions(Control) Method
Gets the options of spelling check specified for the control.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v26.1.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public OptionsSpelling GetSpellCheckerOptions(
Control control
)
Parameters
| Name | Type | Description |
|---|---|---|
| control | Control | A control for which the spell checking options are specified. |
Returns
| Type | Description |
|---|---|
| OptionsSpelling | An OptionsSpelling object containing the spell checking options. |
See Also