Skip to main content

Behavior.AssociatedObject Property

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

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
DependencyObject

The behavior’s associated object.

See Also