Skip to main content

TcxGridPreviewHitTest Class

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

Declaration

TcxGridPreviewHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

The TcxGridPreviewHitTest class overrides the HitTestCode function 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