Back to Devexpress

DragGridEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-9e4be57c.md

latest1.4 KB
Original Source

DragGridEventArgs Class

Contains data for events that allow you to customize drag-and-drop operations.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public class DragGridEventArgs
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Class DragGridEventArgs

Inheritance

Object DragGridEventArgs DragOverGridEventArgsBase

DragDropGridEventArgs

DragOverGridEventArgs

See Also

DragGridEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace