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

HeadlineSettings.TailImage Property

Gets the tail image settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public HeadlineTailImageProperties TailImage { get; }

Property Value

Type Description
HeadlineTailImageProperties

A HeadlineTailImageProperties object that contains image settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to TailImage
ASPxNewsControl
.ItemSettings.TailImage

Remarks

Use the TailImage property to specify the headline’s tail image. A click on this image navigates the application to the location specified by the ASPxHeadline.NavigateUrl property. The image position is specified by the HeadlineSettings.TailImagePosition property.

See Also