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.v18.2.dll

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