RadControls for Silverlight

Stores current drag state when performing drag from RadGridView through GridViewDragDropBehavior.

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

Syntax

C#
public class GridViewDragDropState : DragDropState
Visual Basic
Public Class GridViewDragDropState _
	Inherits DragDropState

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.DragDrop.Behaviors..::..DragDropState
    Telerik.Windows.DragDrop.Behaviors..::..GridViewDragDropState

See Also