TcxCustomGridCellViewInfo.State Property
In This Article
Allows users to change the cell state at runtime.
#Declaration
Delphi
property State: TcxGridCellState read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The cell state affects the appearance of cells and their editing properties. According to this property cells can be in three states:
Selected (gcsSelected) – a cell is currently selected or is located within a selected row.
Pressed (gcsPressed) – a user has pressed a cell. This state excludes the selected state.
Neither selected nor pressed (gcsNone) – the default one.
See Also