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

ASPxSpellCheckerDictionaryBase.EncodingName Property

Gets or sets the human-readable description of the dictionary’s encoding.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

[DefaultValue("(Default)")]
public virtual string EncodingName { get; set; }

Property Value

Type Default Description
String "(Default)"

A string, specifying the encoding’s human-readable name.

See Also