Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.State Property

Allows users to change the cell state at runtime.

Declaration

property State: TcxGridCellState read; write;

Property Value

Type
TcxGridCellState

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