VerticalGridHyperLinkRow.PropertiesHyperLinkEdit Property
In This Article
Gets the row 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 |
---|---|
Hyper |
The Hyper |
#Remarks
The PropertiesHyperLinkEdit property allows you to customize the settings of a row editor with hyperlink functionality. For more information, see HyperLinkProperties.
See Also