ASPxHeadline.NavigateUrl Property
Gets or sets the headline’s URL.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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