Skip to main content
All docs
V26.1
  • TdxHintedTextEventArgs.HintIndex Property

    Returns the index of the target hint-marked text range in the parent UI element’s message.

    Declaration

    property HintIndex: Integer read;

    Property Value

    Type Description
    Integer

    The index of the target hint-marked text range in the parent UI element’s message.

    Remarks

    A formatted message in a DevExpress control with support for BBCode-inspired text formatting markup can include multiple hint-marked text ranges.

    You can use OwnerItem and HintIndex properties to identify the parent UI element and the position of the target hint-marked text range in the formatted message.

    See Also