Skip to main content
A newer version of this page is available. .
Tab

HyperLinkProperties.ImageUrl Property

Gets or sets the path to the image displayed within the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ImageUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A String value which specifies the URL that represents the path to the image displayed within the editor.

Remarks

Use the ImageUrl property to specify an URL which represents the path to the image displayed within the hyperlink editor. If this property is set, the text specified via the ASPxHyperLink.Text property is not displayed within the editor.

All graphic file formats which can be interpreted by Internet browsers are supported. The image’s URL can represent either an absolute or relative path.

Note

The ImageUrl property synchronizes its value with the editor’s ASPxHyperLink.ImageUrl property.

See Also