GridControl.RefreshData() Method
In This Article
Updates the grid data.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
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