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

TcxCustomGridView.GetHitTest(Integer,Integer) Method

Returns the HitTest object that identifies the visual element at the inspected point.

#Declaration

Delphi
function GetHitTest(X: Integer; Y: Integer): TcxCustomGridHitTest; overload; virtual;

#Parameters

Name Type
X Integer
Y Integer

#Returns

Type
TcxCustomGridHitTest

#Remarks

The overloaded variants allow you to specify the test point either via a TPoint structure or via integer values specifying the horizontal and vertical coordinates. Note that the coordinates should be relative to the View’s top-left corner.

See Also