Skip to main content
A newer version of this page is available. .

ThumbnailButton.Image Property

Gets or sets the image displayed within the button.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Bitmap Image { get; set; }

Property Value

Type Default Description
Bitmap *null*

The image displayed within the button.

See Also