Back to Devexpress

TcxGridPreviewHitTest Class

vcl-cxgridrows-bdd41c78.md

latest1.3 KB
Original Source

TcxGridPreviewHitTest Class

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

Declaration

delphi
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.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridRecordCellHitTest TcxGridPreviewHitTest

See Also

TcxGridPreviewHitTest Members

cxGridRows Unit