TcxGridViewHandler.EndUpdate Method
In This Article
Enables updates of a View.
#Declaration
Delphi
procedure EndUpdate;
#Remarks
The EndUpdate method calls the View’s EndUpdate method thus enabling updates postponed by the BeginUpdate call.
See Also