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

SpellingSettings.SetIgnoreMixedCaseWords(DependencyObject, DefaultBoolean) Method

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

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 SetIgnoreMixedCaseWords(
    DependencyObject obj,
    DefaultBoolean value
)

Parameters

Name Type Description
obj DependencyObject

The DependencyObject whose SpellingSettings.IgnoreMixedCaseWords attached property is to be set.

value DefaultBoolean

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

See Also