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

ASPxHyperLink

The ASPxHyperLink editor presents its content as a hyperlink.

ASPxHyperLink_concepts

Overview

The content of the editor’s hyperlink can be represented by either a caption text or an image. The editor’s caption text can be specified by the ASPxHyperLink.Text property. To define an image, use the ASPxHyperLink.ImageUrl property, which if set, has priority over the caption text.

The ASPxHyperLink.Target property specifies the window or frame where the hyperlinked document will be displayed.

See Also