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

HeadlineSettings.ShowHeaderAsLink Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowHeaderAsLink
ASPxNewsControl
.ItemSettings .ShowHeaderAsLink

Remarks

The header’s text is specified by the ASPxHeadline.HeaderText property. If the ShowHeaderAsLink 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