Skip to main content

ISpellChecker.GetOptions(Object) Method

Provides access to spell checking options for a specified control.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.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
IOptionsSpellings

An object exposing the IOptionsSpellings interface.

See Also