ASPxHeadline.TailImage Property
In This Article
Gets the tail image settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HeadlineTailImageProperties TailImage { get; }
#Property Value
Type | Description |
---|---|
Headline |
A Headline |
#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