XRDesignMdiController.UseDefaultSvgImages Property
OBSOLETE
This property is no longer used.
Use the XRDesignMdiController.AllowDefaultSvgImages property instead.
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 bool UseDefaultSvgImages { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to use vector images; otherwise, false. |
See Also