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

DashboardTitle.ImageUrl Property

Gets or sets the URL used to access the image displayed within the dashboard title.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DefaultValue(null)]
public string ImageUrl { get; set; }

Property Value

Type Default Description
String *null*

A String that specifies the URL used to access the image displayed within the dashboard title.

See Also