Back to Devexpress

TcxCustomGridViewCellViewInfo Class

vcl-cxgridcustomview-267978d6.md

latest1.2 KB
Original Source

TcxCustomGridViewCellViewInfo Class

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

Declaration

delphi
TcxCustomGridViewCellViewInfo = class(
    TcxCustomGridCellViewInfo,
    IcxHintableObject
)

Remarks

TcxCustomGridViewCellViewInfo descendants extend this class with View element-specific information. The grid View creates appropriate ViewInfo objects (TcxCustomGridViewCellViewInfo descendant instances) for grid View elements on the fly.

Implements

IcxHintableObject

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo

See Also

TcxCustomGridViewCellViewInfo Members

cxGridCustomView Unit