aspnet-devexpress-dot-web-dot-aspxspellchecker-c2322bc3.md
Represents a collection of ASPxSpellChecker dictionaries.
Namespace : DevExpress.Web.ASPxSpellChecker
Assembly : DevExpress.Web.ASPxSpellChecker.v25.2.dll
NuGet Package : DevExpress.Web
public class SpellCheckerDictionaryCollection :
Collection<WebDictionary>
Public Class SpellCheckerDictionaryCollection
Inherits Collection(Of WebDictionary)
The following members return SpellCheckerDictionaryCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<WebDictionary> SpellCheckerDictionaryCollection MVCxSpellCheckerDictionaryCollection
See Also