A newer version of this page is available.
Switch to the current version.
BootstrapGridViewHyperLinkColumn.PropertiesHyperLinkEdit Property
Gets the column editor's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapHyperLinkProperties PropertiesHyperLinkEdit { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property PropertiesHyperLinkEdit As BootstrapHyperLinkProperties
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
Feedback