dxAutoReplaceImageListReferencesOnDPIChanges Variable
Deprecated. Specifies if DevExpress forms can automatically switch between prepared image lists for different target DPIs when the monitor DPI changes.
Declaration
var dxAutoReplaceImageListReferencesOnDPIChanges: Boolean = True;
Variable Value
Type | Description |
---|---|
Boolean |
|
Remarks
The image list swap functionality allows you to use multiple sets of bitmap icons for the same set of UI elements to target different monitor DPIs.
Tip
This image list replacement technique is deprecated. We recommend that you use only SVG images as UI icons in projects that target multi-monitor mixed-DPI environments.