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

WindowsFormsSettings.GetAllowDefaultSvgImages() Method

Returns the actual value of the WindowsFormsSettings.AllowDefaultSvgImages property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static bool GetAllowDefaultSvgImages()

Returns

Type Description
Boolean

true, if generated UI elements should receive vector icons; otherwise, false.

See Also