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

TcxCustomGridTableItem.Focused Property

Specifies whether the cell is focused.

Declaration

property Focused: Boolean read; write;

Property Value

Type
Boolean

Remarks

The Focused property returns True if the cell corresponding to the item in the current record is focused. Otherwise, Focused returns False.

You can prevent items from being focused in a number of ways:

See Also