ASPxNewsControl.ItemImage Property
Gets the settings of a common image displayed by all the items in the ASPxNewsControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ImageProperties ItemImage { get; }
Public ReadOnly Property ItemImage As ImageProperties
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
Available values:
Name | Description |
---|---|
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ImageProperties(IPropertiesOwner) | Initializes a new instance of the ImageProperties class with the specified owner. |
ImageProperties(String) | Initializes a new instance of the ImageProperties class with the specified image location. |
ImageProperties() | Initializes a new instance of the ImageProperties class. |
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.