ISpellChecker.GetOptions(Object) Method
Provides access to spell checking options for a specified control.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | Object | A control for which spelling options are set. |
Returns
| Type | Description |
|---|---|
| IOptionsSpellings | An object exposing the IOptionsSpellings interface. |
See Also