Back to Devexpress

DragRowEventArgs Class

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-9469e3e3.md

latest3.4 KB
Original Source

DragRowEventArgs Class

Provides common data for native drag-specific events in the VGridControlBase descendants.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public class DragRowEventArgs :
    RowEventArgs
vb
Public Class DragRowEventArgs
    Inherits RowEventArgs

DragRowEventArgs is the data class for the following events:

Remarks

This class is used to provide data for the VGridControlBase.ProcessDragRow event. At the same time, the DragRowEventArgs class serves as the base for classes providing data for the VGridControlBase.StartDragRow and VGridControlBase.EndDragRow events. All these events are designed to handle row drag and drop operations initiated within the VGridControlBase descendants.

The DragRowEventArgs class introduces a DragRowEventArgs.ScreenLocation property, defining the current mouse cursor position, an DragRowEventArgs.Effect property, specifying the allowed drag operation effect and an inherited RowEventArgs.Row property providing access to the row whose header is being dragged.

Instances of the DragRowEventArgs class are automatically created and passed to native drag-specific events of the VGridControlBase descendants.

Inheritance

Object EventArgs RowEventArgs DragRowEventArgs EndDragRowEventArgs

StartDragRowEventArgs

See Also

DragRowEventArgs Members

StartDragRow

ProcessDragRow

EndDragRow

DevExpress.XtraVerticalGrid.Events Namespace