VGridControlBase.UpdateData() Method
Reloads data from the data source.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
Calling the UpdateData method makes sense when the bound data source doesn’t support the System.ComponentModel.IBindingList interface. Otherwise, the control will automatically update itself, since such data sources provide data change notifications.
See Also