Skip to main content

SpellingSettings.SetSpellChecker(DependencyObject, SpellChecker) Method

Sets the value of the SpellingSettings.SpellChecker attached property for a specific object.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public static void SetSpellChecker(
    DependencyObject obj,
    SpellChecker value
)

Parameters

Name Type Description
obj DependencyObject

Sets the value of the SpellingSettings.SpellChecker attached property for a specific object.

value SpellChecker

The new value of the attached property for the specified object.

See Also