TdxHintedTextEventArgs Properties
Stores general information on a hinted text-related event in a DevExpress control.| Name | Description |
|---|---|
| AnchorText | Returns the target hyperlink’s anchor text. Inherited from TdxOwnerItemAnchorTextEventArgs. |
| Hint | Returns the hint message defined for the target hint-marked text range. |
| HintIndex | Returns the index of the target hint-marked text range in the parent UI element’s message. |
| OwnerItem | Allows you to access the formatted text range’s parent UI element. Inherited from TdxOwnerItemAnchorTextEventArgs. |
See Also