TcxPivotGridHitTest.HitObject Property
In This Article
Returns information (a ViewInfo object) on the grid’s element located at the test point.
#Declaration
Delphi
property HitObject: TcxPivotGridCustomCellViewInfo read;
#Property Value
Type |
---|
Tcx |
#Remarks
The HitObject
property references an instance, which contains details required to render the given element.
See Also