DashboardToolbarItem.ButtonImage Property
Gets or sets a raster image displayed within the item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
| Type | Description |
|---|---|
| Image | A Image object that is the image displayed within the element located in the dashboard title or dashboard item caption. |
Remarks
The specified image is located before text.
If the item’s image is not specified using the SvgImage or ButtonImage properties, and the item’s Caption is an empty string, the default custom image
is used.
An image specified using the ButtonImage property has priority over the SvgImage property.
See Also