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

FunctionBindingBehaviorBase Class

Serves as the base class for the FunctionBindingBehavior and MethodToCommandBehavior classes.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public abstract class FunctionBindingBehaviorBase :
    Behavior<DependencyObject>

Inheritance

Show 11 items
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<DependencyObject>
See Also