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

DashboardTitle.ImageData Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public byte[] ImageData { get; set; }

Property Value

Type Description
Byte[]

A Byte array that contains image data.

See Also