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

TdxBarCustomPopupMenuComponent.UseOwnFont Property

Specifies the font used to draw the popup menu.

#Declaration

Delphi
property UseOwnFont: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

If the UseOwnFont property is set to False, then the font specified by the BarManager.Font property is used in the popup menu. Otherwise, the popup menu is drawn with the font specified by the menu’s Font property.

See Also