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

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.v19.1.dll

Declaration

public virtual void CancelUpdate()

Remarks

See VGridControlBase.BeginUpdate to learn more.

See Also