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

SpellCheckerBase.OptionsSpelling Property

Provides access to the spelling options set for the SpellCheckerBase instance.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public OptionsSpellingBase OptionsSpelling { get; }

Property Value

Type Description
OptionsSpellingBase

An OptionsSpelling object containing the spell checking options.

See Also