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

ASPxHeadline.NavigateUrl Property

Gets or sets the headline’s URL.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the headline’s URL.

Remarks

Once the headline’s URL is specified, the tail text (if specified) is displayed as a hyper link. To display the headline’s text as the hyper link, set the ASPxHeadline.ShowContentAsLink property to true.

See Also