Skip to main content

TcxCustomGridRecordViewInfo Class

Provides common ViewInfo information necessary for painting grid records.

Declaration

TcxCustomGridRecordViewInfo = class(
    TcxCustomGridViewCellViewInfo
)

Remarks

The grid View creates TcxCustomGridRecordViewInfo class instances for grid records on the fly. So you shouldn’t create instances of the TcxCustomGridRecordViewInfo class or its descendants directly.

See Also