Skip to main content

FunctionBindingBehaviorBase Class

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.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