Skip to main content

ToolTipControlInfo.ToolTipImage Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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