Skip to main content

SpellCheckerDictionaryCollection Class

Represents a collection of ASPxSpellChecker dictionaries.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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