DevExpress-Examples / winforms-mvvm-drag-drop-rows-between-grids

Drag-and-drop data rows from one grid to another (MVVM).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinForms Data Grid - Drag-and-drop data rows from one grid to another (MVVM)

This example is based on the following example: WinForms Data Grid - Drag-and-drop data rows from one grid to another. The example demonstrates how to implement drag-and-drop functionality between two grid controls using DevExpress WinForms MVVM framework.

To implement drag and drop using the MVVM pattern, create a helper class (DragAndDropHelper) that implements corresponding events (Drop, DeleteRecord). The EventToCommand method passes event arguments to corresponding ViewModel commands.

Files to Review

See Also

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Drag-and-drop data rows from one grid to another (MVVM).

License:Other


Languages

Language:C# 55.9%Language:Visual Basic .NET 44.1%