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