TcxCustomGridView.EndUpdate Method
Enables the current View’s updates after calling the BeginUpdate method.
Declaration
procedure EndUpdate;
Remarks
Calling this method after the BeginUpdate method accepts all subsequent changes made to the current View and updates it. Use the CancelUpdate method if the applied changes do not require View invalidation.
See Also