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

OptionsToolTip.TooltipIconType Property

Gets or sets the tooltip icon type.

Namespace: DevExpress.XtraGauges.Win.Base

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(ToolTipIconType.None)]
public ToolTipIconType TooltipIconType { get; set; }

Property Value

Type Default Description
ToolTipIconType **None**

A ToolTipIconType value.

Available values:

Name Description
Application

A tooltip contains the default application icon.

Asterisk

A tooltip contains the system asterisk icon.

Error

A tooltip contains the system error icon.

Exclamation

A tooltip contains the system exclamation icon.

Hand

A tooltip contains the system hand icon.

Information

A tooltip contains the system information icon.

Question

A tooltip contains the system question icon.

Warning

A tooltip contains the system warning icon.

A tooltip contains the Windows logo icon.

None

A tooltip contains no predefined icon.

Property Paths

You can access this nested property as listed below:

Object Type Path to TooltipIconType
BaseGaugeWin
.OptionsToolTip.TooltipIconType
CircularGauge
.OptionsToolTip.TooltipIconType
DigitalGauge
.OptionsToolTip.TooltipIconType
LinearGauge
.OptionsToolTip.TooltipIconType
StateIndicatorGauge
.OptionsToolTip.TooltipIconType

Remarks

The TooltipIconType property specifies the type of icon to display within tooltips for the current gauge.

Use the OptionsToolTip.Tooltip or OptionsToolTip.TooltipFormat property to specify a tooltip’s text. The GaugeControl.ShowToolTips property must be set to true for tooltips to be displayed.

See Also