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

DXErrorProvider.GetSvgErrorIcon(String) Method

Creates an image from the specified manifest resource.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public static SvgBitmap GetSvgErrorIcon(
    string svgPath
)

Parameters

Name Type Description
svgPath String

The case-sensitive name of the manifest resource being requested.

Returns

Type Description
DevExpress.Utils.Svg.SvgBitmap

An SvgBitmap object specifying the required image.

See Also