Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridRecordHitTest Class

Stores HitTest information about a grid View record located at the inspected point.

#Declaration

Delphi
TcxGridRecordHitTest = class(
    TcxCustomGridViewHitTest
)

#Remarks

This class introduces the following members:

  • The GridRecord property that provides access to the properties and methods of the grid record being inspected.
  • The CanClick function which determines if the inspected grid record can initiate record management operations (such as drag and drop, focusing and selection).

In addition, the TcxGridRecordHitTest class overrides the HitTestCode function to return the htRecord hit code if a grid View record is located at the inspected point.

See Also