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