Back to Devexpress

MethodToCommandBehavior Properties

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

latest7.6 KB
Original Source

MethodToCommandBehavior Properties

Binds a method of a ViewModel or control to a Command property of a control on a View.

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.
CanExecuteFunctionGets or sets the name of a function that determines whether the Method can be executed. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandGets or sets a Target object’s command property name that should be bound to the specified Method. This is a dependency property.
CommandParameterGets or sets the command parameter. This is a dependency property.
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.
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.
MethodGets or sets the name of a Source object’s method that should be invoked. 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

MethodToCommandBehavior Class

MethodToCommandBehavior Members

DevExpress.Mvvm.UI Namespace