DragRowEventArgs Properties
Provides common data for native drag-specific events in the VGridControlBase descendants.Name | Description |
---|---|
Effect | Gets or sets an effect available for the processed drag and drop operation. |
Row | Gets the processed row. Inherited from RowEventArgs. |
ScreenLocation | Gets a point representing the current mouse cursor position. |
See Also