SpellingSettings.GetDictionarySourceCollection(DependencyObject) Method
In This Article
Gets the value of the SpellingSettings.DictionarySourceCollection attached property for a specified element.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public static DictionarySourceCollection GetDictionarySourceCollection(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Framework |
#Returns
Type | Description |
---|---|
Dictionary |
The value of the Spelling |
See Also