Skip to main content
A newer version of this page is available. .

SpellCheckerCustomDictionaryExtension.Encoding Property

Gets or sets the dictionary text encoding.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v19.2.dll

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object that represents the character encoding.

Remarks

The Encoding property affects the dictionary construction and suggestion search. When the encoding is changed, the dictionary is re-loaded.

See Also