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

XRDesignMdiController.UseDefaultSvgImages Property

OBSOLETE

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

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 bool UseDefaultSvgImages { get; set; }

Property Value

Type Description
Boolean

true, to use vector images; otherwise, false.

See Also