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

TcxCustomGridViewCellViewInfo Class

The base class that stores common ViewInfo information about grid View elements.

Declaration

TcxCustomGridViewCellViewInfo = class(
    TcxCustomGridCellViewInfo,
    IcxHintableObject
)

Remarks

TcxCustomGridViewCellViewInfo descendants extend this class with View element-specific information. The grid View creates appropriate ViewInfo objects (instances of TcxCustomGridViewCellViewInfo descendants) for grid View elements on the fly. So you shouldn’t create instances of the TcxCustomGridViewCellViewInfo class or its descendants directly.

Implements

See Also