Back to Devexpress

SpellingSettings.SetDictionarySourceCollection(DependencyObject, DictionarySourceCollection) Method

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

latest2.0 KB
Original Source

SpellingSettings.SetDictionarySourceCollection(DependencyObject, DictionarySourceCollection) Method

Sets the value of the SpellingSettings.DictionarySourceCollection attached property to a specified element.

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public static void SetDictionarySourceCollection(
    DependencyObject obj,
    DictionarySourceCollection value
)
vb
Public Shared Sub SetDictionarySourceCollection(
    obj As DependencyObject,
    value As DictionarySourceCollection
)

Parameters

NameTypeDescription
objDependencyObject

A FrameworkElement object, to which the dictionary source collection is assigned.

| | value | DictionarySourceCollection |

A String value to assign.

|

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace