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: 2013.1.403.40

Syntax

C#
public class ScheduleViewDragDropBehavior : DragDropBehavior<DragDropState, IOccurrence>
Visual Basic
Public Class ScheduleViewDragDropBehavior _
	Inherits DragDropBehavior(Of DragDropState, IOccurrence)

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls..::..DragDropBehavior<(Of <(<'DragDropState, IOccurrence>)>)>
    Telerik.Windows.Controls..::..ScheduleViewDragDropBehavior

See Also