Skip to main content

TcxControlOptionsBehavior.FocusFirstCellOnNewRecord Property

Determines the manner in which focus is positioned in a newly created record.

Declaration

property FocusFirstCellOnNewRecord: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

A newly created record automatically gets focused. Set this property to True to always move focus to the first focusable item’s cell in this record. Otherwise, the record retains focus in the currently focused item’s cell.

The default value of the FocusFirstCellOnNewRecord property is False.

See Also