Skip to main content

DashboardTitle.ImageData Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public byte[] ImageData { get; set; }

#Property Value

Type Description
Byte[]

A Byte array that contains image data.

See Also