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

ToolTipControlInfo.ToolTipImage Property

Gets or sets the image to display within the current tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public Image ToolTipImage { get; set; }

Property Value

Type Description
Image

An Image object that specifies the image to display within the current tooltip.

Remarks

The tooltip image, if assigned, is displayed to the left of the tooltip’s title/text.

See Also