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

IOptionsSpellings Interface

The options used for the spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.1.dll

Declaration

public interface IOptionsSpellings

The following members accept/return IOptionsSpellings objects:

Remarks

The ISpellChecker.GetOptions method returns an object exposing the IOptionsSpellings interface.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E3725.

See Also