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

ASPxSpellCheckerISpellDictionary Class

Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public class ASPxSpellCheckerISpellDictionary :
    ASPxSpellCheckerDictionaryBase

Remarks

The ASPxSpellCheckerISpellDictionary instance is created by decompressing the base file, specified by the WebDictionary.DictionaryPath property, with the help of the affix file located at the ASPxSpellCheckerISpellDictionary.GrammarPath file path. Base files and affix files are a part of the non-commercial GNU ISpell project.

Note

Currently, you should use ISpell dictionaries only in the plain text format - one word per line, rather than hashed (i.e. not processed with the buildhash utility).

See Also