TcxPivotGridHitTest.HitY Property
In This Article
Specifies the vertical coordinate of the test point in pixels within the pivot grid.
#Declaration
Delphi
property HitY: Integer index 1 read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use the HitY property to specify the vertical coordinate of the test point. As an alternative you can use the HitPoint property.
See Also