TcxPivotGridHitTest.HitAtDataCell Property
In This Article
Gets whether the test point falls within the data cell boundaries.
#Declaration
Delphi
property HitAtDataCell: Boolean index htcDataCell read;
#Property Value
Type |
---|
Boolean |
#Remarks
If the test point falls within the data cell boundaries, then the HitAtDataCell property returns True. Otherwise, False.
See Also