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

SpellChecker.GetSpellCheckerOptions(Control) Method

Gets the options of spelling check specified for the control.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.2.dll

Declaration

public OptionsSpelling GetSpellCheckerOptions(
    Control control
)

Parameters

Name Type Description
control Control

A control for which the spell checking options are specified.

Returns

Type Description
OptionsSpelling

An OptionsSpelling object containing the spell checking options.

See Also