Skip to main content
Tab

HyperLinkProperties Class

Contains settings specific to a hyperlink editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HyperLinkProperties :
    StaticEditProperties

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).

See Also