Back to Devexpress

CardViewHyperLinkColumn.PropertiesHyperLinkEdit Property

aspnet-devexpress-dot-web-dot-cardviewhyperlinkcolumn.md

latest1.4 KB
Original Source

CardViewHyperLinkColumn.PropertiesHyperLinkEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public HyperLinkProperties PropertiesHyperLinkEdit { get; }
vb
Public ReadOnly Property PropertiesHyperLinkEdit As HyperLinkProperties

Property Value

TypeDescription
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

Card View

CardViewHyperLinkColumn Class

CardViewHyperLinkColumn Members

DevExpress.Web Namespace