Skip to main content
A newer version of this page is available. .
Tab

HeadlineSettings.TailPosition Property

Gets or sets the position of the tail text within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(TailPosition.Inline)]
public TailPosition TailPosition { get; set; }

Property Value

Type Default Description
TailPosition **Inline**

A TailPosition enumeration value that specifies the position of the tail text within the headline.

Available values:

Name Description
Inline

The tail text is displayed next to the last word of the headline’s text. If the tail text extends past the end of a line, it is automatically wrapped to the beginning of the next line.

TailPosition_Inline

NewLine

The tail text is displayed on a new line below the headline’s text.

TailPosition_NewLine

KeepWithLastWord

The tail text is always displayed with the last word of the headline’s text.

TailPosition_KeepLW

Property Paths

You can access this nested property as listed below:

Object Type Path to TailPosition
ASPxNewsControl
.ItemSettings .TailPosition

Remarks

Note

The TailPosition property that is set to KeepWithLastWord has no effect if the control’s EncodeHtml property is set to false.

See Also