Skip to main content

TdxCustomFormattedLabelProperties Class

The base class for all classes that implement formatted label settings.

Declaration

TdxCustomFormattedLabelProperties = class(
    TcxCustomEditProperties
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Customize a hyperlink’s anchor text color (HyperlinkColor).

  • Show an end ellipsis if text does not fit into the formatted label’s area (ShowEndEllipsis).

You do not need to use the TdxCustomFormattedLabelProperties class directly. Use its descendants instead.

See Also