SpellCheckerDictionaryCollection Class
Represents a collection of ASPxSpellChecker dictionaries.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
See Also