Back to Devexpress

ToolTipController.ImageList Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-943e741b.md

latest2.0 KB
Original Source

ToolTipController.ImageList Property

Gets or sets the source of the images that can be displayed within tooltips.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object ImageList { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property ImageList As Object

Property Value

TypeDefaultDescription
Objectnull

An object that is the source of images that can be displayed within tooltips.

|

Remarks

The ImageList property accepts the following image collections:

See Also

BeforeShow

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace