Back to Devexpress

SpellChecker.OptionsSpelling Property

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-833a32ee.md

latest1.4 KB
Original Source

SpellChecker.OptionsSpelling Property

Provides access to the spelling options set for the spell checker instance.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public virtual OptionsSpelling OptionsSpelling { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Overridable ReadOnly Property OptionsSpelling As OptionsSpelling

Property Value

TypeDescription
OptionsSpelling

An OptionsSpelling object containing the spell checking options.

|

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace