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

ToolTipControllerShowEventArgs.ToolTipImage Property

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

Namespace: DevExpress.Utils

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

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