DXErrorProvider.GetSvgErrorIcon(String) Method
Creates an image from the specified manifest resource.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
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