PivotGridHitInfo Properties
Contains information about a specific point within a PivotGridControl.| Name | Description |
|---|---|
| CellInfo | Gets information on the cell located at the test point. |
| HeaderField | Gets the field which the header located at the test point corresponds to. |
| HeadersAreaInfo | Gets information on the field header located at the test point. |
| HitPoint | Gets the test point. |
| HitTest | Gets a value identifying the type of the visual element located under the test point. |
| ValueInfo | Gets the information on the field value located under the test point. |
See Also