Skip to main content

ToolTipControllerShowEventArgs.ToolTipImage Property

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

Namespace: DevExpress.Utils

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

Use the e.ImageOptions property to display custom tooltip images and specify their settings.

In addition to custom images, you can display predefined icons in tooltips. Use the ToolTipControllerShowEventArgs.IconType property to specify the type of icon to be displayed.

See Also