Back to Devexpress

SpellingSettings.GetDictionarySourceCollection(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-getdictionarysourcecollection-x28-system-dot-windows-dot-dependencyobject-x29.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public static DictionarySourceCollection GetDictionarySourceCollection(
    DependencyObject obj
)
vb
Public Shared Function GetDictionarySourceCollection(
    obj As DependencyObject
) As DictionarySourceCollection

Parameters

NameTypeDescription
objDependencyObject

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

|

Returns

TypeDescription
DictionarySourceCollection

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

|

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace