Skip to main content
A newer version of this page is available. .
Tab

ASPxHeadline.ImagePosition Property

Gets or sets the image position within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(HeadlineImagePosition.Left)]
public HeadlineImagePosition ImagePosition { get; set; }

Property Value

Type Default Description
HeadlineImagePosition **Left**

An HeadlineImagePosition enumeration value which specifies the position of the image within the headline.

Available values:

Name Description
Left

The image is displayed within the headline’s left panel.

ImagePosition_Left

Right

The image is displayed within the headline’s right panel.

ImagePosition_Right

Remarks

The image is specified by the ASPxHeadline.Image property.

See Also