Skip to main content

TcxCustomGridRecord.HasCells Property

Determines whether the current record has cells displaying values.

Declaration

property HasCells: Boolean read;

Property Value

Type
Boolean

Remarks

Only data rows, including master rows and the new item row, have cells. A group row does not have cells and so its HasCells property then returns False.

See Also