Back to Devexpress

FunctionBindingBehavior Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-functionbindingbehavior-dot-underscore-properties.md

latest7.8 KB
Original Source

FunctionBindingBehavior Properties

Binds a ViewModel function’s result to a control’s property.

NameDescription
Arg1Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg10Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg11Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg12Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg13Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg14Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg15Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg2Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg3Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg4Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg5Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg6Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg7Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg8Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg9Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ConverterGets or sets the converter to convert the value returned by the FunctionBindingBehavior.Function property. This is a dependency property.
ConverterParameterGets or sets the parameter to pass to the FunctionBindingBehavior.Converter.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FunctionGets or sets the name of a Source‘s function whose result should change the Target‘s Property value. This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
PropertyGets 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.
SourceGets or sets an object whose method or a function should be executed. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
TargetGets or sets a target object. This is a dependency property. Inherited from FunctionBindingBehaviorBase.

See Also

FunctionBindingBehavior Class

FunctionBindingBehavior Members

DevExpress.Mvvm.UI Namespace