Skip to main content
Tab

GridViewDataHyperLinkColumn.PropertiesHyperLinkEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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