Back to Devexpress

VerticalGridHyperLinkRow.PropertiesHyperLinkEdit Property

aspnet-devexpress-dot-web-dot-verticalgridhyperlinkrow.md

latest1.4 KB
Original Source

VerticalGridHyperLinkRow.PropertiesHyperLinkEdit Property

Gets the row 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 a row editor with hyperlink functionality. For more information, see HyperLinkProperties.

See Also

Vertical Grid

VerticalGridHyperLinkRow Class

VerticalGridHyperLinkRow Members

DevExpress.Web Namespace