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

ASPxNewsControl.ImageUrlField Property

Gets or sets the data source field which provides the URLs of item images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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 which contains URLs of item images.

Remarks

When the ASPxNewsControl is data bound, the name of the data field that provides URLs of the item’s images is specified by the ImageUrlField property. Otherwise, if the control functions in unbound mode, use the item’s NewsItem.Image property.

See Also