Table of Contents

Field DoNothing

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

A source property or a converter can return Binding.DoNothing to instruct the binding engine to do nothing (i.e. do not transfer a value to the target, do not move to the next Binding in a PriorityBinding, do not use the fallback or default value).

public static readonly object DoNothing

Returns

object
A source property or a converter can return Binding.DoNothing to instruct the binding engine to do nothing (i.e. do not transfer a value to the target, do not move to the next Binding in a PriorityBinding, do not use the fallback or default value).