Skip to main content
A newer version of this page is available. .

DictionarySourceCollection Class

A collection of source dictionaries that are used to check spelling in a document.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v21.2.dll

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public class DictionarySourceCollection :
    ObservableCollection<DictionarySourceBase>

The following members return DictionarySourceCollection objects:

Remarks

A DictionarySourceCollection object is returned by the SpellingSettings.DictionarySourceCollection property.

Inheritance

Object
Collection<DevExpress.Xpf.SpellChecker.DictionarySourceBase>
ObservableCollection<DevExpress.Xpf.SpellChecker.DictionarySourceBase>
DictionarySourceCollection
See Also