Skip to main content
All docs
V26.1
  • TdxOwnerItemAnchorTextEventArgs Class

    Stores base information on a formatted text-related event in a DevExpress control with support for BBCode-inspired text formatting markup.

    Declaration

    TdxOwnerItemAnchorTextEventArgs = class(
        TdxEventArgs
    )

    Remarks

    TdxOwnerItemAnchorTextEventArgs is the base class for event argument classes associated with hyperlink-related and hinted text-related events in DevExpress controls and their UI elements.

    Main API Members

    The list below outlines key members of the TdxOwnerItemAnchorTextEventArgs class. These members allow you to identify the target formatted text range and its parent UI element.

    OwnerItem
    Allows you to access the parent UI element that contains the target formatted text range.
    AnchorText
    Returns the anchor text of the target formatted text range.

    TdxOwnerItemAnchorTextEventArgs Class Descendants

    Do not use the TdxOwnerItemAnchorTextEventArgs class directly. Use the following descendants instead:

    TdxHintedTextClickEventArgs
    Stores information on a hint-marked text range click event in a DevExpress control.
    TdxHintedTextEventArgs
    Stores general information on a hinted text-related event in a DevExpress control.
    TdxHyperlinkClickEventArgs
    Stores information on a hyperlink click event in a DevExpress control with support for BBCode-Inspired Formatting.
    TdxShowHyperlinkHintEventArgs
    Stores information on a hyperlink hint display event in a DevExpress control with support for BBCode-inspired text formatting markup.
    TdxShowTextHintEventArgs
    Stores information on a hint display event for a hint-marked text range in a DevExpress control with support for BBCode-inspired text formatting markup.

    Inheritance

    TObject
    TdxEventArgs
    TdxOwnerItemAnchorTextEventArgs
    See Also