Skip to main content
A newer version of this page is available. .
All docs
V21.2

Interaction.GetBehaviorsInternal(DependencyObject) Method

Namespace: DevExpress.Mvvm.UI.Interactivity

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static BehaviorCollection GetBehaviorsInternal(
    DependencyObject d
)

Parameters

Name Type
d DependencyObject

Returns

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