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

SpellCheckerDictionaryCollection Class

Represents a collection of ASPxSpellChecker dictionaries.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public class SpellCheckerDictionaryCollection :
    Collection<WebDictionary>

The following members return SpellCheckerDictionaryCollection objects:

Remarks

The instance of this class is used to hold spell checker dictionaries and provides methods to access them. The dictionary classes are inherited from the ASPxSpellCheckerDictionaryBase class.

See Also