Skip to main content

Interaction.GetBehaviors(DependencyObject) Method

Gets a behaviors collection for the specified DependencyObject.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DPAttached(null, Handler = "OnBehaviorsChanged")]
public static BehaviorCollection GetBehaviors(
    DependencyObject x
)

Parameters

Name Type Description
x DependencyObject

An associated object.

Returns

Type Description
DevExpress.WinUI.Core.Internal.BehaviorCollection

A behavior template.

See Also