Skip to main content

DXErrorProvider.GetSvgErrorIcon(String) Method

Creates an image from the specified manifest resource.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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
SvgBitmap

An SvgBitmap object specifying the required image.

See Also