StartDragRowEventArgs Properties
Provides data for the VGridControlBase.StartDragRow event.Name | Description |
---|---|
Effect | Gets or sets an effect available for the processed drag and drop operation. Inherited from DragRowEventArgs. |
Row | Gets the processed row. Inherited from RowEventArgs. |
ScreenLocation | Gets a point representing the current mouse cursor position. Inherited from DragRowEventArgs. |
Source | Gets a value indicating where the processed drag operation starts. |
See Also