TcxFilterCriteria.CancelUpdate Method
Enables updating the TcxFilterCriteria object after the BeginUpdate method is called.
Declaration
procedure CancelUpdate;
Remarks
After the BeginUpdate method is called your grid control does not receive notifications as filter criteria change. When changes to filter criteria are complete, you should call the EndUpdate method. If no changes are made, you can call the CancelUpdate method. Unlike the EndUpdate method, the CancelUpdate method does not send notification to the grid control.
See Also