XRDesignMdiController.AllowDefaultSvgImages Property
OBSOLETE
This property is no longer used.
Specifies whether to use bitmap or vector icons for the End-User Report Designer.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Browsable(false)]
[Obsolete("This property is no longer used.")]
public DefaultBoolean AllowDefaultSvgImages { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | true, to use vector images; otherwise, false. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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