ItemDropEventArgs Properties
Provides data for the TileView.ItemDrop event.Name | Description |
---|---|
GroupColumnValue | Gets the value of the current group (the TileViewColumns.GroupColumn‘s value) to which the tile has been dropped. |
ListSourceRowIndex | Gets the tile’s index in the data source. |
PrevGroupColumnValue | Gets the value of the group (the TileViewColumns.GroupColumn‘s value) from which the tile was originally dragged. |
PrevListSourceRowIndex | Gets the tile’s previous index in the data source. |
RowHandle | Gets the row handle of the tile. |
See Also