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

HeadlineSettings.TailImagePosition Property

Gets or sets the position of the tail image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(TailImagePosition.AfterTailText)]
public TailImagePosition TailImagePosition { get; set; }

Property Value

Type Default Description
TailImagePosition **AfterTailText**

A TailImagePosition enumeration value that specifies the location of the tail image referenced to the tail text.

Available values:

Name Description
BeforeTailText

The image is displayed before the tail text.

TailImagePosition_before

AfterTailText

The image is displayed next to the tail text.

TailImagePosition_after

Property Paths

You can access this nested property as listed below:

Object Type Path to TailImagePosition
ASPxNewsControl
.ItemSettings.TailImagePosition

Remarks

Use the HeadlineSettings.TailImage property to specify the headline’s tail image. A click on this image navigates the application to the specified location. The TailImagePosition property specifies the location of the tail image referenced to the tail text.

See Also