Core Library for WPF | ComponentOne
Core Library / DragDropManager Overview
In This Topic
    DragDropManager Overview
    In This Topic

    DragDropManager for WPF helps you effortlessly add drag-and-drop operations to your applications. The DragDropManager provides a visually appealing drag-and-drop UI with custom drag sourcing and drop targeting.

    The drag-and-drop operations involve a drag source from which the dragged item originates and a drop target which receives the dropped item. The drag source and drop target could be any UI element in that application, or another application.

    The GIF below depicts using DragDropManager over the grid control.

    Items dragged and dropped across a grid UI.