Skip to main content

GridControl.RefreshData() Method

Updates the grid data.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public void RefreshData()

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

Calling the RefreshData method only makes sense when the bound data source does not support the System.Collections.Specialized.INotifyCollectionChanged interface. Otherwise, the control will automatically update itself, since such data sources provide data change notifications.

See Also