SpellCheckerDictionaryBase.Encoding Property
Gets or sets the dictionary text encoding.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
Encoding | A Encoding object that represents the character encoding. |
Remarks
The encoding parameter affects the construction of the dictionary and the search for a suggestion, so when it is changed, the dictionary is re-loaded.
See Also