Interaction.BehaviorsProperty Field

This property is used as the internal backing store for the public Behaviors attached property.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public Shared ReadOnly BehaviorsProperty As DependencyProperty
'Usage
Dim value As DependencyProperty

value = Interaction.BehaviorsProperty
public static readonly DependencyProperty BehaviorsProperty
public:
static initonly DependencyProperty^ BehaviorsProperty
public static final DependencyProperty BehaviorsProperty
public static final var BehaviorsProperty : DependencyProperty

Remarks

This property is not exposed publicly. This forces clients to use the GetBehaviors and SetBehaviors methods to access the collection, ensuring the collection exists and is set before it is used.

See Also

Reference

Interaction Class
Interaction Members
System.Windows.Interactivity Namespace