Skip to main content
Tab

HeadlineSettings.ShowContentAsLink Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

Property Value

Type Default Description
Boolean false

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