Back to Devexpress

DashboardTitle.ImageUrl Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardtitle-bd3eadd2.md

latest1.6 KB
Original Source

DashboardTitle.ImageUrl Property

SECURITY-RELATED CONSIDERATIONS

Downloading files passed through URLs specified by the ImageUrl property may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:

Suppress Control Requests to Download Data from External URLs

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(null)]
public string ImageUrl { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ImageUrl As String

Property Value

TypeDefaultDescription
Stringnull

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

|

See Also

DashboardTitle Class

DashboardTitle Members

DevExpress.DashboardCommon Namespace