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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public static void SetDictionarySourceCollection(
    DependencyObject obj,
    DictionarySourceCollection value
)

Parameters

Name Type Description
obj DependencyObject

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

value DictionarySourceCollection

A String value to assign.

See Also