Back to Devexpress

ASPxHeadline.NavigateUrl Property

aspnet-devexpress-dot-web-dot-aspxheadline-7f009219.md

latest1.5 KB
Original Source

ASPxHeadline.NavigateUrl Property

Gets or sets the headline’s URL.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string NavigateUrl { get; set; }
vb
<DefaultValue("")>
Public Property NavigateUrl As String

Property Value

TypeDefaultDescription
StringString.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

ShowContentAsLink

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace