GridViewDataHyperLinkColumn.PropertiesHyperLinkEdit Property
Gets the column editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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