WindowsFormsSettings.GetAllowDefaultSvgImages() Method
In This Article
Returns the actual value of the WindowsFormsSettings.AllowDefaultSvgImages property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if generated UI elements should receive vector icons; otherwise, false. |
See Also