ImageDashboardItem Class
In This Article
An Image dashboard item that displays static images.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class ImageDashboardItem :
DashboardItem,
IImageModel
#Remarks
The image dashboard item is used to add static images to a dashboard.
The following documentation is available.
#Implements
#Inheritance
Object
DashboardItem
ImageDashboardItem
See Also