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

ListEditProperties.ImageUrlField Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ImageUrlField { get; set; }

Property Value

Type Default Description
String String.Empty

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

Remarks

If a list editor is data bound (via the ListEditProperties.DataSourceID or ListEditProperties.DataSource property), the editor populates its ListEditProperties.Items collection by retrieving items from the specified data source and obtaining item characteristics (such item texts, values or displayed images) from specific data fields. Use the ImageUrlField property to specify a data source’s field from which the item image locations should be obtained.

Note

The ImageUrlField property synchronizes its value with the editor’s ASPxListEdit.ImageUrlField property.

See Also