dxDefaultFontSizeCount Constant
Specifies the number of font size values in the predefined list.
Declaration
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