Back to Devexpress

WebDictionary Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-2cbad7ab.md

latest2.0 KB
Original Source

WebDictionary Class

The base class for ASPxSpellChecker dictionaries.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class WebDictionary :
    CollectionItem
vb
Public MustInherit Class WebDictionary
    Inherits CollectionItem

Remarks

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebDictionary ASPxHunspellDictionary

ASPxSpellCheckerDictionaryBase

ASPxSpellCheckerCustomDictionary

ASPxSpellCheckerDictionary

ASPxSpellCheckerISpellDictionary

ASPxSpellCheckerOpenOfficeDictionary

See Also

WebDictionary Members

DevExpress.Web.ASPxSpellChecker Namespace