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

CardViewHyperLinkColumn.PropertiesHyperLinkEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public HyperLinkProperties PropertiesHyperLinkEdit { get; }

Property Value

Type Description
HyperLinkProperties

The HyperLinkProperties object.

Remarks

The PropertiesHyperLinkEdit property allows you to customize the settings of the column’s editor with hyperlink functionality. For more information, see HyperLinkProperties.

See Also