DataControlBase.RefreshData() Method
In This Article
Updates the control data.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Remarks
Calling the RefreshData method only makes sense when the bound data source does not provide data change notifications.
See Also