Skip to main content
A newer version of this page is available. .

EndDragRowEventArgs Properties

Provides data for the VGridControlBase.EndDragRow event.
Name Description
Canceled Gets a value indicating whether the processed drag operation is canceled.
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.
See Also