RadControls for WPF

Represents a behavior of the drag & drop and resize functionality of the RadScheduleView control.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2012.3.1017.40 (2012.3.1017.40)

Syntax

C#
[ObsoleteAttribute("This interface is obsolete. Implement DragDropBehavior<T,ST> instead.", 
	true)]
public interface IDragDropBehavior
Visual Basic
<ObsoleteAttribute("This interface is obsolete. Implement DragDropBehavior<T,ST> instead.",  _
	True)> _
Public Interface IDragDropBehavior

See Also