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

MethodToCommandBehavior Class

Allows you to bind a method to a property of the ICommand type.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class MethodToCommandBehavior :
    FunctionBindingBehaviorBase

Remarks

See MethodToCommandBehavior to learn more.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<DependencyObject>
FunctionBindingBehaviorBase
MethodToCommandBehavior
See Also