Skip to main content

TcxGridPreviewHitTest Class

Contains the HitTest information about the preview section located at the inspected point.

Declaration

TcxGridPreviewHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htPreview hit code if a preview section is located at the inspected point.

Use the Item and GridRecord properties to access the grid item and record for which the preview section is displayed.

See Also