Skip to main content
All docs
V26.1
  • TdxLayoutItemOptions.ShowHyperlinkHint Property

    Deprecated. This property exists for backward compatibility only.

    Tip

    Use the FormattedText.ShowHyperlinkHint property instead of ShowHyperlinkHint.

    Declaration

    property ShowHyperlinkHint: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. Hyperlink hints are enabled at the root (layout control) level.
    False
    Hyperlink hints are disabled at the root level.
    See Also