Skip to main content
All docs
V26.1
  • Interaction.GetBehaviorsInternal(DependencyObject) Method

    Namespace: DevExpress.Mvvm.UI.Interactivity

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public static BehaviorCollection GetBehaviorsInternal(
        DependencyObject d
    )

    Parameters

    Name Type
    d DependencyObject

    Returns

    Type
    DevExpress.Mvvm.UI.Interactivity.BehaviorCollection
    See Also