Back to Devexpress

FunctionBindingBehaviorBase Class

wpf-devexpress-dot-mvvm-dot-ui-b80f5f05.md

latest1.8 KB
Original Source

FunctionBindingBehaviorBase Class

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public abstract class FunctionBindingBehaviorBase :
    Behavior<DependencyObject>
vb
Public MustInherit Class FunctionBindingBehaviorBase
    Inherits Behavior(Of 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> FunctionBindingBehaviorBase FunctionBindingBehavior

MethodToCommandBehavior

See Also

FunctionBindingBehaviorBase Members

DevExpress.Mvvm.UI Namespace