TcxCustomGridViewCellViewInfo Class
In This Article
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
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxCustomGridCellViewInfo
TcxCustomGridViewCellViewInfo
See Also