Skip to main content

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 RowAllowEventArgs.
DragItem Gets a data source item that corresponds to the dragged row. Inherited from DragRowEventArgs.
DropItem Gets a data source item that corresponds to the drop target row.
DropRowHandle Gets the grid’s dropped row handle.
RowHandle Gets the grid’s row handle. Inherited from RowEventArgs.
See Also