Back to Devexpress

ImageEditSettings.ImageUrl Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-imageeditsettings.md

latest1.4 KB
Original Source

ImageEditSettings.ImageUrl Property

Gets or sets the URL pointing to the image displayed within the Image editor.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string ImageUrl { get; set; }
vb
Public Property ImageUrl As String

Property Value

TypeDescription
String

A System.String value specifying the URL representing the path to the image displayed within the Image editor.

|

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

Image

ImageEditSettings Class

ImageEditSettings Members

DevExpress.Web.Mvc Namespace