Skip to main content

ImageDashboardItem.Url Property

SECURITY NOTE

Downloading files passed through URLs specified by the Url 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.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
String null

A String that specifies the URL used to access the image.

See Also