Skip to main content
Tab

HeadlineSettings.ImagePosition Property

Gets or sets the image position within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
HeadlineImagePosition Left

An HeadlineImagePosition enumeration value which specifies the image’s position 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

See Also