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

TcxCustomGridCellViewInfo Class

Provides the basic functionality for cell ViewInfo objects.

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.

The TcxCustomGridCellViewInfo class provides basic painting information on a cell. You can use ViewInfo objects when custom painting a grid control.

See Also