Back to Devexpress

DashboardTitle.ImageData Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardtitle-3e9fb57a.md

latest1.2 KB
Original Source

DashboardTitle.ImageData Property

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public byte[] ImageData { get; set; }
vb
Public Property ImageData As Byte()

Property Value

TypeDescription
Byte[]

A Byte array that contains image data.

|

See Also

DashboardTitle Class

DashboardTitle Members

DevExpress.DashboardCommon Namespace