Skip to main content

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

public void RefreshData()

#Remarks

Calling the RefreshData method only makes sense when the bound data source does not provide data change notifications.

See Also