Skip to main content

ImageDashboardItem.Url Property

Gets or sets the URL used to access the image.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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