HyperLinkProperties Class
Contains settings specific to a hyperlink editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return HyperLinkProperties objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | CardViewHyperLinkColumn.PropertiesHyperLinkEdit |
FilterControlHyperLinkColumn.PropertiesHyperLinkEdit | |
GridViewDataHyperLinkColumn.PropertiesHyperLinkEdit | |
TreeListHyperLinkColumn.PropertiesHyperLink | |
VerticalGridHyperLinkRow.PropertiesHyperLinkEdit | |
ASP.NET MVC Extensions | MVCxHyperLink.Properties |
Remarks
The HyperLinkProperties class contains settings specific to the ASPxHyperLink editor type.
In addition to the common static editor settings inherited from its ancestor, the HyperLinkProperties class implements type specific properties that, in particular, allow the editor’s hyperlink settings to be defined explicitly (HyperLinkProperties.Text and HyperLinkProperties.ImageUrl) or be taken from specific data fields (HyperLinkProperties.TextField and HyperLinkProperties.ImageUrlField), specific formatting to be applied to the hyperlink’s caption text or navigation location (HyperLinkProperties.TextFormatString and HyperLinkProperties.NavigateUrlFormatString) and the frame at which to target the URL content to be displayed (HyperLinkProperties.Target).