DataControlBase.RefreshData() Method
In This Article
Updates the control's data.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Remarks
Calling the RefreshData method only makes sense when the bound data source does not support the IBindingList interface. Otherwise, the control will automatically update itself, since such data sources provide data change notifications.
See Also