TdxCustomLayoutItemCaptionOptions.FormattedText Property
Provides access to formatted text-related settings and events at the layout item level.
Declaration
property FormattedText: TdxLayoutItemFormattedTextProperties read; write;
Property Value
| Type | Description |
|---|---|
| TdxLayoutItemFormattedTextProperties | Stores formatted text-related layout item settings. |
Remarks
The FormattedText property allows you to configure the appearance and behavior of formatted text ranges at the layout item level. The FormattedText property has priority over the Layout control-level OptionsItem.FormattedText property.
Available Options
Use the FormattedText.HyperlinkColor property to modify the hyperlink color. FormattedText.OnHyperlinkClick and FormattedText.OnHintedTextClick events allow you to modify the predefined behavior of hyperlinks and hint-marked text ranges.
Refer to the TdxButtonFormattedTextProperties class description for detailed information on all available options.
See Also