ASPxNewsControl.ItemImage Property
In This Article
Gets the settings of a common image displayed by all the items in the ASPxNewsControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties ItemImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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