Back to Devexpress

SpellingSettings.SetIgnoreUri(DependencyObject, DefaultBoolean) Method

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-setignoreuri-x28-system-dot-windows-dot-dependencyobject-devexpress-dot-utils-dot-defaultboolean-x29.md

latest1.7 KB
Original Source

SpellingSettings.SetIgnoreUri(DependencyObject, DefaultBoolean) Method

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

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public static void SetIgnoreUri(
    DependencyObject obj,
    DefaultBoolean value
)
vb
Public Shared Sub SetIgnoreUri(
    obj As DependencyObject,
    value As DefaultBoolean
)

Parameters

NameTypeDescription
objDependencyObject

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

| | value | DefaultBoolean |

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

|

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace