Back to Devexpress

DictionaryCollection Class

corelibraries-devexpress-dot-xtraspellchecker-fa27d9f4.md

latest2.3 KB
Original Source

DictionaryCollection Class

Represents a collection of XtraSpellChecker dictionaries.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class DictionaryCollection :
    ICollection<ISpellCheckerDictionary>,
    IEnumerable<ISpellCheckerDictionary>,
    IEnumerable,
    ICollection,
    IList,
    ICollectionEditorSupport
vb
<ListBindable(BindableSupport.No)>
Public Class DictionaryCollection
    Implements ICollection(Of ISpellCheckerDictionary),
               IEnumerable(Of ISpellCheckerDictionary),
               IEnumerable,
               ICollection,
               IList,
               ICollectionEditorSupport

The following members return DictionaryCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryDictionaryCollection.Empty
SpellCheckerBase.Dictionaries
WinForms ControlsSharedDictionaryStorage.Dictionaries
SpellChecker.Dictionaries

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 SpellCheckerDictionaryBase class.

Inheritance

Object DictionaryCollection

See Also

DictionaryCollection Members

DevExpress.XtraSpellChecker Namespace