Skip to main content
All docs
V23.2

Interaction.GetBehaviorsInternal(DependencyObject) Method

Namespace: DevExpress.Mvvm.UI.Interactivity

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