Skip to main content

DataGridView.RefreshData() Method

Updates the grid’s data.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

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