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

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