ASPxNewsControl.ItemImage Property
Gets the settings of a common image displayed by all the items in the ASPxNewsControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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