RadControls for WPF

Abstract class representing the drag and drop state during drag drop operations.

Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core (in Telerik.Windows.Scheduling.Core.dll) Version: 2012.2.912.40 (2012.2.0912.40)

Syntax

C#
public abstract class SchedulingDragDropBehavior<TState> : Freezable, 
	IDragDropBehavior<TState>
where TState : InteractionState
Visual Basic
Public MustInherit Class SchedulingDragDropBehavior(Of TState As InteractionState) _
	Inherits Freezable _
	Implements IDragDropBehavior(Of TState)

Type Parameters

TState
The type of the state.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        Telerik.Windows.Controls.Scheduling..::..SchedulingDragDropBehavior<(Of <(<'TState>)>)>
          Telerik.Windows.Controls.GanttView..::..GanttDragDropBehavior

See Also