Skip to main content
A newer version of this page is available. .

Interaction.GetBehaviors(DependencyObject) Method

Get the value of the Interaction.Behaviors attached property to a specified Interaction.

Namespace: DevExpress.Mvvm.UI.Interactivity

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static BehaviorCollection GetBehaviors(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

An associated object.

Returns

Type Description
DevExpress.Mvvm.UI.Interactivity.BehaviorCollection

A behavior collection.

See Also