NewsItem.Image Property
In This Article
Gets the settings of an image displayed within the item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties Image { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the Image property to specify the image displayed within the item. The image position within the item is specified by the HeadlineSettings.ImagePosition property.
See Also