DataGridView.RefreshData() Method
In This Article
Updates the grid’s data.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public void RefreshData()
#Remarks
Use the RefreshData method if the bound data source does not implement the System.Collections.Specialized.INotifyCollectionChanged interface. Otherwise, the control automatically updates itself when the data source notifies of data changes.
See Also