Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeHyperlink Members

In This Article
A hyperlink associated with a drawing object.

#Properties
Show Inherited Hide Inherited

Name Description
IsExternal Gets a value that indicates whether the hyperlink refers to an external resource (web page, e-mail address, file or directory) or to a cell range within the current workbook. Inherited from HyperlinkBase.
TooltipText Gets or sets the tooltip for the hyperlink. Inherited from HyperlinkBase.
Uri Returns the hyperlink destination. Inherited from HyperlinkBase.

#Methods
Show Inherited Hide Inherited

Name Description
Remove() Removes a hyperlink.
SetUri(String, Boolean) Sets the hyperlink destination. Inherited from HyperlinkBase.
See Also