SpellCheckerBase.OptionsSpelling Property
Provides access to the spelling options set for the SpellCheckerBase instance.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public OptionsSpellingBase OptionsSpelling { get; }
Property Value
Type | Description |
---|---|
OptionsSpellingBase | An OptionsSpelling object containing the spell checking options. |
See Also