ASPxHeadline.Image Property
In This Article
Gets the settings of an image displayed within the headline.
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 headline.
The image position within the headline is specified by the ASPxHeadline.ImagePosition property.
See Also