Back to Devexpress

PivotFieldTooltipShowingEventArgs.Point Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldtooltipshowingeventargs-255ac608.md

latest1.6 KB
Original Source

PivotFieldTooltipShowingEventArgs.Point Property

Gets the coordinates of the point where the tooltip should be invoked.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public Point Point { get; }
vb
Public ReadOnly Property Point As Point

Property Value

TypeDescription
Point

A Point structure representing the coordinates of the point where the tooltip should be invoked.

|

Remarks

To obtain more information about the point where the tooltip should be invoked (e.g. which visual element is located there), use the PivotFieldTooltipShowingEventArgs.HitInfo property.

See Also

PivotFieldTooltipShowingEventArgs Class

PivotFieldTooltipShowingEventArgs Members

DevExpress.XtraPivotGrid Namespace