Skip to main content

TcxGridTableController.FocusedRowIndex Property

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

Declaration

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