Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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