4.26 BindingBase

x:Object > x:MarkupExtension > BindingBase
BindingBase
Binding MultiBinding PriorityBinding
(usage)
None.
(description)
A base type for binding types.
(used by)
Condition DataGridBoundColumn DataGridColumn DataGridComboBoxColumn DataGridHyperlinkColumn DataTrigger GridViewColumn HierarchicalDataTemplate MultiBinding PriorityBinding
[is default constructible]
false
[return value type]
x:Object
(properties)
BindingGroupName
x:String
(description)
The name of the BindingGroup to which this binding belongs.
Delay (4.5)
x:Int32
(description)
The amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes.
FallbackValue
x:Object
(description)
The value to use when the binding is unable to return a value.
StringFormat
x:String
(description)
A string that specifies how to format the binding if it displays the bound value as a string.
TargetNullValue
x:Object
(description)
The value that is used in the target when the value of the source is null.