TcxCustomGridHitTest.Pos Property
Returns the coordinates of the grid point being inspected.
Declaration
property Pos: TPoint read;
Property Value
Type |
---|
TPoint |
Remarks
This property returns the coordinates passed as the GetHitTest method’s parameter. The coordinates are relative to the top-left corner of the grid.
See Also