ImageInfo.ImageUrl Property
Specifies the Uniform Resource Locator of the image.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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 Web Forms XAF applications.
See Also