Used as a returned value to instruct the binding engine not to perform any action.
Namespace:
System.Windows.Data
Assembly:
PresentationFramework (in PresentationFramework.dll)
Visual Basic (Declaration)
Public Shared ReadOnly DoNothing As Object
Dim value As Object
value = Binding.DoNothing
public static readonly Object DoNothing
public:
static initonly Object^ DoNothing
public static final var DoNothing : Object
You cannot use fields in XAML.
A binding source property or a converter can return Binding..::.DoNothing to instruct the binding engine not to perform any action. For example, to instruct the binding engine not to transfer a value to the binding target, not to move to the next Binding in a PriorityBinding, or not to use the FallBackValue or default value.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference