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

TcxCustomFontNameComboBoxProperties.UseOwnFont Property

Determines whether dropdown list items are displayed using the font name they display.

#Declaration

Delphi
property UseOwnFont: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

By default, the fonts within the font name combo box are drawn using the Style.Font settings. Set the UseOwnFont property to True to enable drawing the fonts within the list using their own typeface.

Property Value Effect
True
False

However, some fonts do not display standard text characters. Such fonts as Windings, Webdings, Symbol and others are shown in the list with their name displayed in the standard font followed by a font sample, as shown by the screenshot below:

The default value of the UseOwnFont property is False.

See Also