Back to Devexpress

PivotFieldTooltipShowingEventArgs.ShowTooltip Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldtooltipshowingeventargs-c3ba2cce.md

latest1.4 KB
Original Source

PivotFieldTooltipShowingEventArgs.ShowTooltip Property

Gets or sets whether to show the tooltip.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public bool ShowTooltip { get; set; }
vb
Public Property ShowTooltip As Boolean

Property Value

TypeDescription
Boolean

true to show the tooltip; otherwise, false.

|

Remarks

Use the ShowTooltip property to cancel invoking the tooltip.

You can also provide the custom text for the tooltip, using the PivotFieldTooltipShowingEventArgs.Text property.

See Also

PivotFieldTooltipShowingEventArgs Class

PivotFieldTooltipShowingEventArgs Members

DevExpress.XtraPivotGrid Namespace