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

ASPxHeadline.TailText Property

Gets or sets the tail text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string TailText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the tail text.

Remarks

A click on the headline’s tail navigates the application to the location specified by the ASPxHeadline.NavigateUrl property. The position of the tail text within the headline is specified by the ASPxHeadline.TailPosition property.

Note

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

Refer to the HTML Encoding topic for more information.

See Also