Skip to main content
.NET 6.0+

View.Refresh Method

Name Parameters Description
Refresh() none Refreshes displayed values of the View‘s controls with new values from the data source collection (not from the database itself).
Refresh(Boolean) refreshDataSource Refreshes displayed values of the View‘s controls with new values from the data source collection (and optionally, from the database itself).