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

ImageInfo.ImageUrl Property

Specifies the Uniform Resource Locator of the image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string ImageUrl { get; set; }

Property Value

Type Description
String

A string specifying the Uniform Resource Locator of the image.

Remarks

The ImageUrl property specifies the web address of the image, and is used in ASP.NET XAF applications.

See Also