Click or drag to resize

InteractionGetBehaviours Method

Gets the BehaviourCollection associated with a specified object.

Namespace:  Cauldron.XAML.Interactivity
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static BehaviourCollection GetBehaviours(
	DependencyObject dependencyObject
)

Parameters

dependencyObject
Type: System.WindowsDependencyObject
The DependencyObject from which to retrieve the BehaviourCollection.

Return Value

Type: BehaviourCollection
A BehaviourCollection containing the behaviors associated with the specified object.
See Also