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

ImageDashboardItem.Data Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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