TcxCustomGridTableItem.Focused Property
In This Article
Specifies whether the cell is focused.
#Declaration
Delphi
property Focused: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
The Focused property returns True if the cell corresponding to the item in the current record is focused. Otherwise, Focused returns False.
You can prevent items from being focused in a number of ways:
set the Options.Focusing property to False
set OptionsSelection.CellSelect of a View to False
See Also