TdxHyperlinkEventArgs Properties
Stores general information on a hyperlink-related event in a DevExpress control or its UI element.| Name | Description |
|---|---|
| AnchorText | Returns the target hyperlink’s anchor text. Inherited from TdxOwnerItemAnchorTextEventArgs. |
| HyperlinkIndex | Returns the index of the target hyperlink in the parent UI element’s message. |
| OwnerItem | Provides access to the target hyperlink’s parent UI element. Inherited from TdxOwnerItemAnchorTextEventArgs. |
| URI | Returns the target hyperlink’s URI. |
See Also