GridData.BeginEdit operator

Introduced

v4.0

Description

Signals that a large portion of the GridData contents has changed. This prevents all updates of the user interface associated with the GridData. If GridData is not associated with a GridControl or if the Property Page with the GridControl is not being inspected then this call has no effect. Hence the most likely place to use this method is inside logic code (see PPGLayout.Logic).

C# Syntax

GridData.BeginEdit();

Scripting Syntax

GridData.BeginEdit();

See Also

GridData.EndEdit