Back to Devexpress

VGridControlBase.CancelDataUpdate() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-9b2d01a8.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
public virtual void CancelDataUpdate()
vb
Public Overridable Sub 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

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace