Click or drag to resize

StyleBindingsGetBehaviors Method

Gets the behaviors attached via the Behaviors attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static BehaviorCollection? GetBehaviors(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the behaviors are attached to.

Return Value

Type: BehaviorCollection
The behaviors.
See Also