Skip to main content

OptionsToolTip.TooltipIconType Property

Gets or sets the tooltip icon type.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[DefaultValue(ToolTipIconType.None)]
[XtraSerializableProperty]
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

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