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

ASPxNewsControl.ItemImage Property

Gets the settings of a common image displayed by all the items in the ASPxNewsControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties ItemImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The ItemImage property enables an image that is common to all items to be specified. Individual items, however, can display their own images. To provide images to individual items, use their NewsItem.Image property.

See Also