Skip to main content

VGridControlBase.CancelDataUpdate() Method

Enables visual updates and data reloading after a call to the VGridControlBase.BeginDataUpdate method without forcing an immediate update.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual void CancelDataUpdate()

Remarks

Unlike the VGridControlBase.EndDataUpdate method, the CancelDataUpdate method doesn’t update the control immediately after a call to the VGridControlBase.BeginDataUpdate method.

See Also