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.TooltipIconType Property

Gets or sets the tooltip icon type.

Namespace: DevExpress.XtraGauges.Win.Base

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