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

VerticalGridHyperLinkRow.PropertiesHyperLinkEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.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 a row editor with hyperlink functionality. For more information, see HyperLinkProperties.

See Also