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

ContextItem.ToolTipIconType Property

Gets or sets the type of icon displayed in the hint for the current item.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("ToolTip")]
[DefaultValue(ToolTipIconType.None)]
public virtual ToolTipIconType ToolTipIconType { get; set; }

Property Value

Type Default Description
ToolTipIconType **None**

A ToolTipIconType enumeration value that specifies the type of icon displayed in the hint for the current item.

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.

Remarks

Use the ToolTipIconType property to specify the type of icon displayed in the hint for the current item. To specify the hint text and title, use the ContextItem.ToolTip and ContextItem.ToolTipTitle properties, respectively.

See Also