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

TdxBar.UseOwnFont Property

Specifies the font settings used to draw controls on the current toolbar.

#Declaration

Delphi
property UseOwnFont: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

When the UseOwnFont property is set to False, then the font settings of the bar manager are used to draw controls on the current toolbar (as specified by the bar manager’s Font property). Otherwise, the toolbar’s font settings are used.

The default value of the UseOwnFont property is False.

See Also