Back to Devexpress

ASPxHeadline.TailImage Property

aspnet-devexpress-dot-web-dot-aspxheadline-bb108df9.md

latest1.6 KB
Original Source

ASPxHeadline.TailImage Property

Gets the tail image settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public HeadlineTailImageProperties TailImage { get; }
vb
Public ReadOnly Property TailImage As HeadlineTailImageProperties

Property Value

TypeDescription
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

TailImagePosition

TailText

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace