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

SpellCheckerOpenOfficeDictionaryExtension.Encoding Property

Gets or sets the dictionary text encoding.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object that represents the character encoding.

See Also