GridViewReloadData Method (Int32) |
Reloads the data at the specified row.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void ReloadData(
int row
)
Public Sub ReloadData (
row As Integer
)
member ReloadData :
row : int -> unit
Parameters
- row
- Type: SystemInt32
Row to update.
Remarks
This will refresh the cells of the specified row with the current data in the model for that row.
See Also