Interaction.GetBehaviors(DependencyObject) Method
In This Article
Get the value of the Interaction.Behaviors attached property to a specified Interaction.
Namespace: DevExpress.Mvvm.UI.Interactivity
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static BehaviorCollection GetBehaviors(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An associated object. |
#Returns
Type | Description |
---|---|
DevExpress. |
A behavior collection. |
See Also