Skip to main content
Tab

HeadlineSettings.TailImage Property

Gets the tail image settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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

See Also