RadControls for WPF

Provides the default drag-drop and resize implementation 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 class is obsolete.Use ScheduleViewDragDropBehavior instead.", 
	true)]
public class DefaultDragDropBehavior : ScheduleViewDragDropBehavior
Visual Basic
<ObsoleteAttribute("This class is obsolete.Use ScheduleViewDragDropBehavior instead.",  _
	True)> _
Public Class DefaultDragDropBehavior _
	Inherits ScheduleViewDragDropBehavior

Inheritance Hierarchy

See Also