ImageEditSettings.ImageUrl Property
In This Article
Gets or sets the URL pointing to the image displayed within the Image editor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
String | A System. |
#Remarks
Use the ImageUrl property to specify a URL representing the path to the displayed image.
All graphic file formats which can be interpreted by internet browsers are supported. The image’s URL can represent either an absolute or relative path.
See Also