Back to Devexpress

ASPxListEdit.ImageUrlField Property

aspnet-devexpress-dot-web-dot-aspxlistedit-2564f4fa.md

latest1.3 KB
Original Source

ASPxListEdit.ImageUrlField Property

Gets or sets the data source field that provides image locations for the editor’s items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ImageUrlField { get; set; }
vb
<DefaultValue("")>
Public Property ImageUrlField As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the data source field from which the editor obtains item image locations.

|

Remarks

This property is a wrapper of the ListEditProperties.ImageUrlField property.

See Also

ASPxListEdit Class

ASPxListEdit Members

DevExpress.Web Namespace