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