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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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