TcxGridPreviewHitTest Class
In This Article
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
See Also