Skip to main content
All docs
V26.1
  • TdxFormattedTextPropertiesBase Events

    The base class for formatted text-related settings used by DevExpress controls and individual UI elements.
    Name Description
    OnHintedTextClick Allows you to respond to a click on a text range enclosed between [HINT] and [/HINT] markup tags.
    OnHintedTextMouseEnter Allows you to execute custom code when the mouse pointer moves over a hint-marked text range.
    OnHintedTextMouseLeave Allows you to execute custom code when the mouse pointer leaves a hint-marked text range.
    OnHyperlinkClick Allows you to respond to a click on a hyperlink or prevent hyperlink activation.
    OnHyperlinkMouseEnter Allows you to execute custom code when the mouse pointer moves into a hyperlink area.
    OnHyperlinkMouseLeave Allows you to execute custom code when the mouse pointer leaves a hyperlink area.
    OnShowHyperlinkHint Allows you to modify a hyperlink hint before it appears.
    OnShowTextHint Allows you to modify a hint for a text range enclosed between [HINT] and [/HINT] tags before the hint is displayed.
    See Also