Skip to main content
A newer version of this page is available. .

XRDesignMdiController.AllowDefaultSvgImages Property

OBSOLETE

Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.

Specifies whether to use bitmap or vector icons for the End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Obsolete("Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.")]
[Browsable(false)]
public DefaultBoolean AllowDefaultSvgImages { get; set; }

Property Value

Type Description
DefaultBoolean

true, to use vector images; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

By default, the End-User Report Designer displays vector icons (based on the WindowsFormsSettings.AllowDefaultSvgImages property value), which ensures the proper look of an application on high-DPI displays.

To learn more, see Application Appearance.

See Also