ASPxHeadline.TailText Property
SECURITY NOTE
Setting this property to values from an untrusted source may introduce security-related issues, since the property value is not encoded and is rendered as HTML markup. Call the HttpUtility.HtmlEncode method to encode the value. Review the following help topic to better protect websites from cross-site scripting (XSS) attacks: HTML Encoding.
Gets or sets the tail text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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.
See Also