Back to Devexpress

SpellCheckerDictionaryBase.Encoding Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerdictionarybase.md

latest1.4 KB
Original Source

SpellCheckerDictionaryBase.Encoding Property

Gets or sets the dictionary text encoding.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public Encoding Encoding { get; set; }
vb
Public Property Encoding As Encoding

Property Value

TypeDescription
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

SpellCheckerDictionaryBase Class

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace