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

ASPxHeadline.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.

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 ASPxHeadline.TailImagePosition property.

See Also