SpellingSettings.SetIgnoreUpperCaseWords(DependencyObject, DefaultBoolean) Method
In This Article
Sets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specific object.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public static void SetIgnoreUpperCaseWords(
DependencyObject obj,
DefaultBoolean value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
The Dependency |
value | Default |
The new value of the attached property for the specified object. |
See Also