Skip to main content
A newer version of this page is available. .

FunctionBindingBehavior Properties

Allows you to bind the function result to your View.
Name Description
Arg1 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg10 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg11 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg12 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg13 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg14 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg15 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg2 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg3 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg4 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg5 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg6 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg7 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg8 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg9 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
Converter Gets or sets the converter to convert the value returned by the FunctionBindingBehavior.Function property. This is a dependency property.
ConverterParameter Gets or sets the parameter to pass to the FunctionBindingBehavior.Converter.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
Function Gets or sets a string value specifying the source-function name. This is a dependency property.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Property Gets or sets a string value specifying the property of the FunctionBindingBehaviorBase.Target to be populated with data from the FunctionBindingBehavior.Function. This is a dependency property.
Source Gets or sets the source-object. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Target Gets or sets the target-object. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
See Also