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

SpellingSettings.GetDictionarySourceCollection(DependencyObject) Method

Gets the value of the SpellingSettings.DictionarySourceCollection attached property for a specified element.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public static DictionarySourceCollection GetDictionarySourceCollection(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A FrameworkElement object whose SpellingSettings.DictionarySourceCollection property’s value is to be returned.

Returns

Type Description
DictionarySourceCollection

The value of the SpellingSettings.DictionarySourceCollection property for the specified element.

See Also