Skip to main content

TcxCustomGridCellViewInfo Class

The base class for cell ViewInfo classes.

Declaration

TcxCustomGridCellViewInfo = class(
    TcxOwnedInterfacedPersistent,
    IcxMouseCaptureObject,
    IcxMouseTrackingCaller,
    IcxMouseTrackingCaller2,
    IdxUIElementPopupWindowOwner,
    IdxScaleFactor,
    IdxAdornerTargetElement,
    IdxAdornerTargetElementCollection
)

Remarks

The term cell used in this topic does not exclusively refer to a cell in a tabular View; it rather refers to an abstract cell, which can be one of the following:

  • A table header
  • A column header
  • A band header
  • A footer
  • A footer cell
  • A group footer
  • A group footer cell
  • An indicator
  • An indicator cell
See Also