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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public byte[] ImageData { get; set; }

Property Value

Type Description
Byte[]

A Byte array that contains image data.

See Also