Back to Devexpress

ASPxHeadline.ShowContentAsLink Property

aspnet-devexpress-dot-web-dot-aspxheadline-4f84f711.md

latest1.7 KB
Original Source

ASPxHeadline.ShowContentAsLink Property

Gets or sets whether the headline’s text is displayed as a hyper link.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowContentAsLink { get; set; }
vb
<DefaultValue(False)>
Public Property ShowContentAsLink As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the headline’s text as a hyper link; otherwise false.

|

Remarks

The headline’s text is specified by the ASPxHeadline.ContentText property. If the ShowContentAsLink property is set to true, the text is displayed as a hyper link that when clicked, navigates the application to the location specified by the ASPxHeadline.NavigateUrl property.

See Also

ShowHeaderAsLink

NavigateUrl

ShowImageAsLink

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace