SpellChecker.OptionsSpelling Property
In This Article
Provides access to the spelling options set for the spell checker instance.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public virtual OptionsSpelling OptionsSpelling { get; }
#Property Value
Type | Description |
---|---|
Options |
An Options |
See Also