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

Behavior.AssociatedObject Property

Gets the behavior’s associated object. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public DependencyObject AssociatedObject { get; }

Property Value

Type Description
DependencyObject

The behavior’s associated object.

See Also