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

TcxGridTableController.FocusedRowIndex Property

Specifies the index of the focused row within the current View.

#Declaration

Delphi
property FocusedRowIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

The FocusedRowIndex specifies the position of the focused row within the View.

Records in (Banded) Table Views are represented as rows. The FocusedRowIndex is a wrapper for the FocusedRecordIndex property introduced in the TcxCustomGridTableController class. FocusedRowIndex and FocusedRecordIndex can be used interchangeably.

See the FocusedRecordIndex topic for more details.

See Also