Skip to main content
A newer version of this page is available. .

OptionsToolTip Class

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

Namespace: DevExpress.XtraGauges.Win.Base

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

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