RadControls for Silverlight

 

Classes

  ClassDescription
Public classDataConverter
Provides the basic methods for converting the data in a IDataObject.
Public classDataObjectHelper
Provides a trust settings independent way to retrieve drag data.
Public classDefaultDragVisualProvider
IDragVisualProvider that creates drag visuals containing screenshots of the dragged item containers.
Public classDragDrop<(Of <(<'THelper, TBehavior, TState>)>)>
Public classDragDropBehavior<(Of <(<'TState>)>)>
Defines the basic methods of a generic DragDropBehavior.
Public classDragDropHelper<(Of <(<'TBehavior, TState>)>)>
Binds the DragDropManager events with a DragDropBehavior.
Public classDragDropState
Provides a context for a drag-drop operation.
Public classDragVisualProviderState
Public classEmptyDragVisualProvider
IDragVisualProvider that does not create visuals, but returns null.
Public classGridViewDragDrop
Holds the instances of the specific Helper,Behavior and State needed to perform drag drop operation in RadGridView.
Public classGridViewDragDropBehavior
Provides drag and drop capabilities for RadGridView.
Public classGridViewDragDropHelper
Helper class that binds the DragDropManager events with a DragDropBehavior.
Public classGridViewDragDropState
Stores current drag state when performing drag from RadGridView through GridViewDragDropBehavior.
Public classListBoxDragDrop
Public classListBoxDragDropBehavior
Defines the drag and drop behavior in RadListBox control.
Public classListBoxDragDropHelper
Public classListBoxDragVisualProvider
ListBoxDragVisualProvider that creates drag visuals containing dragged item containers for RadListBox.
Public classScreenshotDragVisualProvider
IDragVisualProvider that creates drag visuals containing screenshots of the dragged item containers.

Interfaces

  InterfaceDescription
Public interfaceIDragDropBehavior<(Of <(<'TState>)>)>
The base class for drag-drop operation behaviors.
Public interfaceIDragPayload
Provides a format independent mechanism for transferring data.
Public interfaceIDragVisualProvider
Public interfaceIDropVisualProvider
Represents API for the drop visual providers for the Drag and Drop operations in RadListBox control.