Skip to main content

ASPxSpellCheckerDictionaryBase Class

Defines the base class for ASPxSpellChecker dictionaries.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public abstract class ASPxSpellCheckerDictionaryBase :
    WebDictionary

Remarks

The ASPxSpellCheckerDictionaryBase class implements the most basic functionality required by the dictionaries used by the ASPxSpellChecker engine.

See Also