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

WebDictionary Class

The base class for ASPxSpellChecker dictionaries.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public abstract class WebDictionary :
    CollectionItem

Remarks

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

See Also