IDataGridView.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method disables the mode, which prohibits table rerendering.

Comments

After the method is called, table rerendering is resumed, and all made changes are applied. The method is used together with the BeginUpdate method.

Example

The property use is given in the example for IDataGridView.BeginUpdate.

See also:

IDataGridView