TcxGridTableDataCellViewInfo.Focused Property
Indicates whether the cell is focused.
Declaration
property Focused: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The Focused property enables you to determine whether a cell is focused. If the property value is True, the cell is focused, otherwise False. Use this property to provide different painting behavior for focused cells.
See Also