FunctionBindingBehavior Properties
Binds a ViewModel function’s result to a control’s property.
Name | Description |
---|---|
Arg1 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg10 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg11 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg12 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg13 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg14 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg15 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg2 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg3 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg4 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg5 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg6 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg7 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg8 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg9 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Can |
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 Function |
Converter |
Gets or sets the parameter to pass to the Function |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Function | Gets or sets the name of a Source‘s function whose result should change the Target‘s Property value. This is a dependency property. |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Property | Gets or sets a Target object’s property name. When the Function is executed, its result changes the specified property’s value. This is a dependency property. |
Source |
Gets or sets an object whose method or a function should be executed. This is a dependency property.
Inherited from Function |
Target |
Gets or sets a target object. This is a dependency property.
Inherited from Function |
See Also