GridViewReloadData Method (IEnumerableInt32) |
Reloads the data at the specified rows.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void ReloadData(
IEnumerable<int> rows
)
Public Sub ReloadData (
rows As IEnumerable(Of Integer)
)
member ReloadData :
rows : IEnumerable<int> -> unit
Parameters
- rows
- Type: System.Collections.GenericIEnumerableInt32
Rows to update.
Remarks
This will refresh the cells of the specified rows with the current data in the model for each row.
See Also