SpellCheckerDictionaryCollection Class
Represents a collection of ASPxSpellChecker dictionaries.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v20.2.dll
Declaration
public class SpellCheckerDictionaryCollection :
Collection<WebDictionary>
Public Class SpellCheckerDictionaryCollection
Inherits Collection(Of WebDictionary)
Related API Members
The following members accept/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
Feedback