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

    The base class for formatted text-related settings used by DevExpress controls and individual UI elements.

    Declaration

    TdxFormattedTextPropertiesBase = class abstract(TcxLockablePersistent)

    Remarks

    Formatted text-related settings allow you to modify appearance and behavior of formatted text ranges in DevExpress VCL controls with support for BBCode-inspired text formatting markup.

    Main API Members

    The list below outlines key members of the TdxFormattedTextPropertiesBase class.

    OnHintedTextClick
    Allows you to execute custom code in response to a click on a hint-marked text range.
    OnHintedTextMouseEnter | OnHintedTextMouseLeave
    Allows you to track mouse pointer movement between hint-marked text ranges.
    OnHyperlinkClick
    Allows you to complement or override predefined hyperlink activation behavior.
    OnHyperlinkMouseEnter | OnHyperlinkMouseLeave
    Allows you to track mouse pointer movement between hyperlinks.
    OnShowHyperlinkHint | OnShowTextHint
    Allow you to complement or override predefined hint display behavior (for hyperlinks and hint-marked text ranges).

    General-Purpose API Members

    Assign
    Copies compatible settings between supported DevExpress controls.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch content and setting changes.

    Terminal TdxFormattedTextPropertiesBase Class Descendants

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

    ExpressEditors

    TdxButtonFormattedTextProperties
    TdxFormattedLabelFormattedTextProperties

    ExpressLayoutControl

    TdxLayoutControlFormattedTextProperties
    TdxLayoutItemFormattedTextProperties

    ExpressQuantumGrid

    TdxGridColumnFormattedTextProperties
    TdxGridBandFormattedTextProperties
    TdxGridLayoutViewFormattedTextProperties
    TdxGridTableViewFormattedTextProperties

    ExpressQuantumTreeList

    TdxTreeListBandFormattedTextProperties
    TdxTreeListColumnFormattedTextProperties
    TdxTreeListFormattedTextProperties
    See Also