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.v24.1.dll
NuGet Package: 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