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

ASPxSpellCheckerOpenOfficeDictionary.Encoding Property

Gets or sets the character encoding used by a dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

public override Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding value, specifying the character encoding.

See Also