BootstrapCardViewHyperLinkColumn.ShowUrlAsDisplayText Property
Specifies whether or not the value from the column’s data field can be used as a column cell’s display text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if the data value can be used as the display text; otherwise, false. |
Remarks
By default, a hyperlink column cell displays the URL obtained from the column’s data field if no display text is provided for a hypelink using the HyperLinkProperties.Text or HyperLinkProperties.TextField properties.
You can disable this behavior by setting the ShowUrlAsDisplayText property to false.
See Also