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

ASPxSpellCheckerDictionaryBase.Encoding Property

Gets or sets code page settings of the dictionary text characters.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public virtual Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object, representing a character encoding.

See Also