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

ASPxHeadline.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

Remarks

Note

The ASPxWebControl.EncodeHtml property is not in effect for the TailPosition property. So the TailPosition property value is not HTML encoded and is rendered as pure HTML markup.

Refer to the HTML Encoding topic for more information.

See Also