Skip to main content
A newer version of this page is available. .

ISpellChecker.GetOptions(Object) Method

Provides access to spell checking options for a specified control.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

IOptionsSpellings GetOptions(
    object control
)

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