Skip to main content

TcxCustomGridTableOptionsBehavior.FocusFirstCellOnNewRecord Property

Determines whether the focus moves to the first cell of a newly created row.

Declaration

property FocusFirstCellOnNewRecord: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the FocusCellOnNewRecord property to determine whether focus moves to the first cell of a newly created record. If this property value is False, then focus stays on the same cell relative to the previously focused record.

The default value of the FocusFirstCellOnNewRecord property is False.

See Also