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.FocusedColumnIndex Property

Specifies the index of the focused column.

#Declaration

Delphi
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