aspnet-devexpress-dot-web-7ee73dba.md
Contains settings specific to a hyperlink editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class HyperLinkProperties :
StaticEditProperties
Public Class HyperLinkProperties
Inherits StaticEditProperties
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 |
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).
Object StateManager PropertiesBase EditPropertiesBase StaticEditProperties HyperLinkProperties BootstrapHyperLinkProperties
See Also