Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableOptionsBehavior.FocusFirstCellOnNewRecord Property

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

#Declaration

Delphi
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