Back to Devexpress

WindowsFormsSettings.AllowDefaultSvgImages Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-cb780235.md

latest2.1 KB
Original Source

WindowsFormsSettings.AllowDefaultSvgImages Property

Gets or sets whether or not automatically generated UI elements (e.g., Grid context menu items) should display vector icons.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static DefaultBoolean AllowDefaultSvgImages { get; set; }
vb
Public Shared Property AllowDefaultSvgImages As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

DefaultBoolean.True if UI elements should display vector icons; DefaultBoolean.False to display raster icons instead.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Important

Currently, the AllowDefaultSvgImages property does not affect the following controls:

See Also

WinForms Reporting Application Appearance

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace