DragRowEventArgs Properties
Provides data for the DragRow event.| Name | Description |
|---|---|
| Allow | Gets or sets whether to allow or prohibit an operation with the row. Inherited from RowAllowEventArgs. |
| DragItem | Gets a data source item that corresponds to the dragged row. |
| RowHandle | Gets the grid’s row handle. Inherited from RowEventArgs. |
See Also