BeforeItemDropEventArgs(Int32, Int32, Object) Constructor
Initializes a new instance of the BeforeItemDropEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v26.1.dll
Declaration
public BeforeItemDropEventArgs(
int rowHandle,
int listSourceRowIndex,
object groupValue
)
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | The row handle of the tile. This value is assigned to the BeforeItemDropEventArgs.RowHandle property. |
| listSourceRowIndex | Int32 | The tile’s index in the data source. This value is assigned to the BeforeItemDropEventArgs.ListSourceRowIndex property. |
| groupValue | Object | A group from which the tile has been dragged. This value is assigned to the BeforeItemDropEventArgs.GroupColumnValue property. |
See Also