Skip to main content

VGridControlBase.UpdateData() Method

Reloads data from the data source.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public virtual void UpdateData()

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