TcxPivotGridHitTest.HitAtGroupHeader Property
In This Article
Gets whether the test point falls within the column or row field value boundaries.
#Declaration
Delphi
property HitAtGroupHeader: Boolean index htcGroupHeader read;
#Property Value
Type |
---|
Boolean |
#Remarks
If the test point falls within the field value boundaries, then the HitAtGroupHeader property returns True. Otherwise, False.
See Also