Skip to main content

TcxGridTableController.FocusedColumnIndex Property

Specifies the index of the focused column.

Declaration

property FocusedColumnIndex: Integer read; write;

Property Value

Type
Integer

Remarks

Use the FocusedColumnIndex property to specify the index of the focused column. Setting the FocusedColumnIndex property moves focus to a corresponding column which can be accessed via the FocusedColumn property.

Items in (Banded) Table Views stand for columns. FocusedColumnIndex is a wrapper for the FocusedItemIndex property. FocusedColumnIndex and FocusedItemIndex can be used interchangeably. Refer to the FocusedItemIndex topic for more details.

See Also