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 Drag |
Row |
Gets the processed row.
Inherited from Row |
Screen |
Gets a point representing the current mouse cursor position.
Inherited from Drag |
Source | Gets a value indicating where the processed drag operation starts. |
See Also