ToolTipControlInfo.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
The tooltip image, if assigned, is displayed to the left of the tooltip’s title/text.
See Also