Back to Devexpress

BaseGaugeWin.OptionsToolTip Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-basegaugewin-38da4539.md

latest2.4 KB
Original Source

BaseGaugeWin.OptionsToolTip Property

Provides options that control the tooltip display for the gauge’s elements.

Namespace : DevExpress.XtraGauges.Win.Base

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public virtual OptionsToolTip OptionsToolTip { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Overridable Property OptionsToolTip As OptionsToolTip

Property Value

TypeDescription
OptionsToolTip

A OptionsToolTip object that contains corresponding options.

|

Remarks

Use the GaugeControl.ShowToolTips property to enable tooltips.

To customize tooltips or prevent them from being displayed in specific instances, use events provided by the DefaultToolTipController or ToolTipController. For example, the ToolTipController.BeforeShow event allows you to customize the text and settings of tooltips before displaying them on screen. See the Hints and Tooltips topic, to learn about the differences between the Default ToolTipController and regular ToolTipController object.

See Also

ShowToolTips

ToolTipController

Hints and Tooltips

BaseGaugeWin Class

BaseGaugeWin Members

DevExpress.XtraGauges.Win.Base Namespace