SpellCheckerBase.OptionsSpelling Property
In This Article
Provides access to the spelling options set for the SpellCheckerBase instance.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public OptionsSpellingBase OptionsSpelling { get; }
#Property Value
Type | Description |
---|---|
Options |
An Options |
See Also