BootstrapCardViewHyperLinkColumn.PropertiesHyperLinkEdit Property
Gets the column editor’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
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