Back to Devexpress

DictionarySourceCollection Class

wpf-devexpress-dot-xpf-dot-spellchecker-1f9b6004.md

latest1.9 KB
Original Source

DictionarySourceCollection Class

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

Declaration

csharp
public class DictionarySourceCollection :
    ObservableCollection<DictionarySourceBase>
vb
Public Class DictionarySourceCollection
    Inherits ObservableCollection(Of 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

DictionarySourceCollection Members

DevExpress.Xpf.SpellChecker Namespace