Back to Devexpress

ASPxSpellCheckerDictionaryBase Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-83b4d16e.md

latest2.1 KB
Original Source

ASPxSpellCheckerDictionaryBase Class

Defines 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 ASPxSpellCheckerDictionaryBase :
    WebDictionary
vb
Public MustInherit Class ASPxSpellCheckerDictionaryBase
    Inherits WebDictionary

Remarks

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebDictionary ASPxSpellCheckerDictionaryBase ASPxSpellCheckerDictionary

ASPxSpellCheckerISpellDictionary

ASPxSpellCheckerCustomDictionary

ASPxSpellCheckerOpenOfficeDictionary

See Also

ASPxSpellCheckerDictionaryBase Members

DevExpress.Web.ASPxSpellChecker Namespace