Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ShowUrlAsDisplayText { get; set; }

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