Back to Devexpress

TcxCustomGridCellViewInfo Class

vcl-cxgridcustomview-ab637e0e.md

latest1.7 KB
Original Source

TcxCustomGridCellViewInfo Class

The base class for cell ViewInfo classes.

Declaration

delphi
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

Implements

IcxMouseCaptureObject

IcxMouseTrackingCaller

IcxMouseTrackingCaller2

IdxUIElementPopupWindowOwner

IdxScaleFactor

IdxAdornerTargetElement

IdxAdornerTargetElementCollection

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo

See Also

TcxCustomGridCellViewInfo Members

cxGridCustomView Unit