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 Drag |
Row |
Gets the processed row.
Inherited from Row |
Screen |
Gets a point representing the current mouse cursor position.
Inherited from Drag |
See Also