Skip to main content

OptionsToolTip Class

Contains settings that specify the contents of tooltips for a specific gauge.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public class OptionsToolTip :
    BaseOptions

The following members return OptionsToolTip objects:

Remarks

Tooltips are enabled if the GaugeControl.ShowToolTips property is set to true. The BaseGaugeWin.OptionsToolTip property of the OptionsToolTip class contains options that allow you to customize tooltips’ contents. See GaugeControl.ShowToolTips to learn more.

Inheritance

See Also