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

dxDefaultDPI Constant

In This Article

Specifies the default monitor DPI value.

#Declaration

Delphi
const dxDefaultDPI = USER_DEFAULT_SCREEN_DPI;

#Remarks

This global constant value depends on the current Windows API implementation, and normally corresponds to the 100% desktop scale factor value applied to the visual elements on a screen. The dxDefaultDPI global constant is used to initialize the TdxSmartGlyph.SourceDPI and TcxBaseImageList.SourceDPI properties.

See Also