Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBadges.Font Property

Specifies the default font settings for all badge UI adorners in the collection.

#Declaration

Delphi
property Font: TFont read; write;

#Property Value

Type
TFont

#Remarks

Use this property to customize the font settings applied to the badges whose ParentFont property is set to True.

The Font property automatically updates by importing the font settings from the UI adorner manager‘s parent component every time they change if the ParentFont property is set to True.

Note

Customizing the collection’s font settings via the Font property automatically sets the ParentFont property to False.

See Also