Skip to main content

ImageDashboardItem.Data Property

Gets or sets the image displayed within the ImageDashboardItem as a byte array.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public byte[] Data { get; set; }

Property Value

Type Description
Byte[]

A Byte array that contains the image displayed within the ImageDashboardItem.

See Also