Skip to main content

TcxGridFooterCellHitTest Class

Contains the HitTest information about a footer cell located at the inspected point.

Declaration

TcxGridFooterCellHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

This class extends its ancestor class with the SummaryItem property that provides access to the summary object displayed in a footer cell. In addition, the TcxGridFooterCellHitTest class overrides the HitTestCode method to return the htFooterCell hit code if a footer cell is located at the inspected point:

Refer to the Summaries topic for information on displaying data within footers.

See Also