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