TcxEditCellViewInfo.Focused Property
In This Article
Indicates whether a cell is focused.
#Declaration
Delphi
property Focused: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
The Focused property indicates whether a cell is focused. This allows you to implement custom drawing based on the cell’s state (focused or normal).
See Also