TcxPivotGridHitTest.HitPoint Property
Specifies the coordinates of the test point in pixels within the pivot grid.
Declaration
property HitPoint: TPoint read; write;
Property Value
Type |
---|
TPoint |
Remarks
The HitPoint property represents a structure of coordinates – horizontal X and vertical Y. As an alternative you can use the HitX and HitY properties to specify the coordinates of the test point.
See Also