Back to Devexpress

TcxCustomGridView.EndUpdate Method

vcl-cxgridcustomview-dot-tcxcustomgridview-e9f5f158.md

latest854 B
Original Source

TcxCustomGridView.EndUpdate Method

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

Declaration

delphi
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

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit