HeadlineSettings.TailImagePosition Property
In This Article
Gets or sets the position of the tail image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TailImagePosition.AfterTailText)]
public TailImagePosition TailImagePosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tail |
After |
A Tail |
Available values:
Name | Description |
---|---|
Before |
The image is displayed before the tail text. |
After |
The image is displayed next to the tail text. |
#Remarks
Use the HeadlineSettings.TailImage property to specify the headline’s tail image. A click on this image navigates the application to the specified location. The TailImagePosition property specifies the location of the tail image referenced to the tail text.
See Also