RadControls for WPF

Gets the value of the Behavior attached property.

Namespace: Telerik.Windows.DragDrop.Behaviors
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.40

Syntax

C#
public static TBehavior GetBehavior(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetBehavior ( _
	obj As DependencyObject _
) As TBehavior

See Also