DropRowEventArgs Properties
Provides data for the DropRow and DragRowOver events.
Name | Description |
---|---|
Allow |
Gets or sets whether to allow or prohibit an operation with the row.
Inherited from Row |
Drag |
Gets a data source item that corresponds to the dragged row.
Inherited from Drag |
Drop |
Gets a data source item that corresponds to the drop target row. |
Drop |
Gets the grid’s dropped row handle. |
Row |
Gets the grid’s row handle.
Inherited from Row |
See Also