Skip to main content

TcxCustomGridTableOptionsBehavior.ImmediateEditor Property

Determines whether a specific column editor is activated immediately after an appropriate cell is clicked.

Declaration

property ImmediateEditor: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ImmediateEditor property to determine whether a specific column editor is activated when a user clicks an appropriate cell. If this property value is False, then the grid cell editor is activated by pressing the Enter key when focus is located within a specific cell.

The default value of the ImmediateEditor property is True.

See Also