TcxEditCellViewInfo.Focused Property
Indicates whether a cell is focused.
Declaration
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