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

TdxBarManager.Font Property

Specifies the font of the current bar manager’s items, toolbars, popup menus, hints and the Customization Form.

#Declaration

Delphi
property Font: TFont read; write;

#Property Value

Type
TFont

#Remarks

Font color and charset cannot be changed using this property.

Font size and height cannot be changed if the Scaled property is set to True. In this instance, the system menu font size and height are applied. Some of the font settings can be applied to individual toolbars (via a toolbar’s Font property), and items (via an item’s Style property).

If a toolbar’s UseOwnFont property or the UseOwnFont property of the toolbar’s popup menu is set to True, the bar manager’s font settings cannot be applied to the corresponding toolbar or popup menu.

The default font is set for the bar manager via the UseSystemFont property. By default, its value is True. If the Font property is modified, the UseSystemFont property is set to False.

See Also