Skip to main content

TcxCustomGridView.CancelUpdate Method

Enables the current View’s updates after calling the BeginUpdate method.

Declaration

procedure CancelUpdate;

Remarks

After the BeginUpdate method is called, the grid View updates stop. When all changes are complete, you should call the EndUpdate method, which enables updates. If no changes are made, you can call the CancelUpdate method. Unlike the EndUpdate method the CancelUpdate method does not send a notification to a grid View.

See Also