TdxCustomItemFormattedTextProperties Class
The base class for formatted text-related settings of individual UI elements in DevExpress controls with support for BBCode-inspired text formatting markup.
Declaration
TdxCustomItemFormattedTextProperties = class abstract(TdxCommonFormattedTextProperties)
Remarks
Formatted text-related settings allow you to modify the appearance and behavior of formatted text ranges in DevExpress VCL controls that support BBCode-inspired text formatting markup. The TdxCustomItemFormattedTextProperties class implements these settings for individual UI elements in DevExpress controls, such as Data Grid and Tree List columns, layout groups, and layout items.
In this topic…
Main API Members
The list below outlines key members of the TdxCustomItemFormattedTextProperties class.
Appearance-Related APIs
- ActualHyperlinkColor
- Returns the actual hyperlink color.
- ActualShowHyperlinkHint | ActualShowTextHint
- Identify if hints are enabled for hyperlinks and hint-marked text ranges.
- HyperlinkColor
- Specifies the color of hyperlinks in formatted messages, labels, and UI element captions.
Behavior/User Interaction-Related APIs
- 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).
- ShowHyperlinkHint
- Specifies if a hint is displayed when a user positions the mouse pointer within a hyperlink.
- ShowTextHint
- Specifies if a hint is displayed when a user positions the mouse pointer within a text range enclosed between [HINT] and [/HINT] tags.
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.
- OnChanged
- Allows you to track formatted text setting changes.
Terminal TdxCustomItemFormattedTextProperties Class Descendants
Do not use the TdxCustomItemFormattedTextProperties class directly. Use the following descendants instead:
ExpressLayoutControl
ExpressQuantumGrid
ExpressQuantumTreeList
Inheritance
See Also