ASPxHeadline.ShowImageAsLink Property
Gets or sets whether the headline’s image is displayed as a hyper link.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
The headline’s image is specified by the ASPxHeadline.Image property. If the ShowImageAsLink property is set to true
, the image is displayed as a hyper link that when clicked, navigates the application to the location specified by the ASPxHeadline.NavigateUrl property.
See Also