wpf-devexpress-dot-xpf-dot-spellchecker-1f9b6004.md
A collection of source dictionaries that are used to check spelling in a document.
Namespace : DevExpress.Xpf.SpellChecker
Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll
NuGet Package : DevExpress.Wpf.SpellChecker
public class DictionarySourceCollection :
ObservableCollection<DictionarySourceBase>
Public Class DictionarySourceCollection
Inherits ObservableCollection(Of DictionarySourceBase)
The following members return DictionarySourceCollection objects:
A DictionarySourceCollection object is returned by the SpellingSettings.DictionarySourceCollection property.
Object Collection<DevExpress.Xpf.SpellChecker.DictionarySourceBase> ObservableCollection<DevExpress.Xpf.SpellChecker.DictionarySourceBase> DictionarySourceCollection
See Also