Skip to main content

BootstrapCardViewHyperLinkColumn.PropertiesHyperLinkEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapHyperLinkProperties PropertiesHyperLinkEdit { get; }

Property Value

Type Description
BootstrapHyperLinkProperties

A BootstrapHyperLinkProperties object.

Remarks

The PropertiesHyperLinkEdit property allows you to customize the settings of the column’s editor with hyperlink functionality.

See Also