Skip to main content

DependencyPropertyBehavior Class

Allows you to bind non-dependency properties in XAML.

Namespace: DevExpress.WinUI.Mvvm.UI

Assembly: DevExpress.WinUI.Core.v21.1.dll

Declaration

public class DependencyPropertyBehavior :
    Behavior<DependencyObject>

Inheritance

Object
DependencyObject
DevExpress.WinUI.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior<DependencyObject>
DependencyPropertyBehavior
See Also