Skip to main content
All docs
V24.2

TdxHyperlinkEventArgs.HyperlinkIndex Property

Returns the index of the target hyperlink in the parent UI element’s message.

Declaration

property HyperlinkIndex: Integer read;

Property Value

Type Description
Integer

The index of the target hyperlink in the parent UI element’s message.

Remarks

A formatted message in a DevExpress control or its UI element can include multiple hyperlinks. You can use Item and HyperlinkIndex properties to identify the parent UI element and the position of the target hyperlink in the formatted message.

See Also