DictionarySourceCollection Class
In This Article
A collection of source dictionaries that are used to check spelling in a document.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
#Related API Members
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