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
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