Skip to main content

SpellingSettings.SetIgnoreEmails(DependencyObject, DefaultBoolean) Method

Sets the value of the SpellingSettings.IgnoreEmails 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 SetIgnoreEmails(
    DependencyObject obj,
    DefaultBoolean value
)

Parameters

Name Type Description
obj DependencyObject

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

value DefaultBoolean

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

See Also