Skip to main content

ASPxSpellCheckerOpenOfficeDictionary.Encoding Property

Gets or sets the character encoding used by a dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public override Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding value, specifying the character encoding.

See Also