PivotFieldTooltipShowingEventArgs Properties
Provides data for the PivotGridControl.FieldTooltipShowing event.Name | Description |
---|---|
HitInfo | Gets information about the point where the tooltip should be invoked. |
Point | Gets the coordinates of the point where the tooltip should be invoked. |
ShowTooltip | Gets or sets whether to show the tooltip. |
Text | Gets or sets the tooltip text. |
See Also