Skip to main content

VGridControlBase.CancelUpdate() Method

Unlocks the VGridControlBase object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual void CancelUpdate()

Remarks

See VGridControlBase.BeginUpdate to learn more.

See Also