Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSpellCheckerOpenOfficeDictionary.EncodingName Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override string EncodingName { get; set; }

Property Value

Type Description
String

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

See Also