Skip to main content

TcxGridTableController.FocusedRow Property

Gets the focused row within the current View.

Declaration

property FocusedRow: TcxCustomGridRow read; write;

Property Value

Type
TcxCustomGridRow

Remarks

Records in (Banded) Table Views are represented as rows. The FocusedRow property just addresses the FocusedRecord property value cast to TcxCustomGridRow class and does not introduce new functionality. FocusedRow and FocusedRecord can be used interchangeably.

See to the FocusedRecord topic for more information.

See Also