Click or drag to resize

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
)

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