GridData.EndEdit
 
 
 

GridData.EndEdit operator

Introduced

v4.0

Description

Signals the end of major updates to the GridData. At this point all views on the data are rebuilt. For example the user interface may redraw itself. Each call to EndEdit() should match a previous call to GridData.BeginEdit.

C# Syntax

GridData.EndEdit();

Scripting Syntax

GridData.EndEdit();

See Also

GridData.BeginEdit GridData.Data