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