Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OptionsToolTip Class

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

Namespace: DevExpress.XtraGauges.Win.Base

Assembly: DevExpress.XtraGauges.v24.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