TcxGridTableController.FocusedColumnIndex Property
In This Article
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