Back to Devexpress

SpellCheckerDictionaryCollection Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-c2322bc3.md

latest3.0 KB
Original Source

SpellCheckerDictionaryCollection Class

Represents a collection of ASPxSpellChecker dictionaries.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class SpellCheckerDictionaryCollection :
    Collection<WebDictionary>
vb
Public Class SpellCheckerDictionaryCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<WebDictionary>

ICollection<WebDictionary>

IEnumerable<WebDictionary>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<WebDictionary> SpellCheckerDictionaryCollection MVCxSpellCheckerDictionaryCollection

See Also

SpellCheckerDictionaryCollection Members

DevExpress.Web.ASPxSpellChecker Namespace