XRDesignMdiController.UseDefaultSvgImages Property
In This Article
OBSOLETE
This property is no longer used.
The property is obsolete.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[Browsable(false)]
[Obsolete("This property is no longer used.")]
public bool UseDefaultSvgImages { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to use vector images; otherwise, false. |
See Also