HeadlineSettings.TailImage Property
Gets the tail image settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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