DGColumn.RenderEditor

Syntax

RenderEditor: Boolean;

Description

The RenderEditor property determines creating of cell value editors during column initialization.

Comments

Available Values:

Use JSON or the setRenderEditor method to set the property value, and the getRenderEditor method to get the property value.

Example

The example of property use is given in description of the DGColumn class constructor.

See also:

DGColumn