ASPxHeadline.NavigateUrl Property
In This Article
Gets or sets the headline’s URL.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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