Skip to main content
Tab

ASPxHeadline.Image Property

Gets the settings of an image displayed within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties Image { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

Use the Image property to specify the image displayed within the headline.

DateHorizontalPosition_Left

The image position within the headline is specified by the ASPxHeadline.ImagePosition property.

See Also