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

dxDefaultFontSizeCount Constant

In This Article

Specifies the number of font size values in the predefined list.

#Declaration

Delphi
const dxDefaultFontSizeCount = 16;

#Remarks

Document-related DevExpress controls, font size settings in their customization dialogs, and font size customization end-user commands use the dxDefaultFontSizeCount and dxDefaultFontSizes global constants to iterate through all predefined font sizes.

See Also