Skip to main content
All docs
V19.2

ASPxSpellCheckerOpenOfficeDictionary.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

public override string EncodingName { get; set; }

Property Value

Type Description
String

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

See Also