SpellCheckerDictionaryCollection Class
In This Article
Represents a collection of ASPxSpellChecker dictionaries.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class SpellCheckerDictionaryCollection :
Collection<WebDictionary>
#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