Skip to main content

DXErrorProvider.GetErrorIconInternal(ErrorType, UserLookAndFeel, ScaleHelper) Method

This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static Image GetErrorIconInternal(
    ErrorType type,
    UserLookAndFeel lookAndFeel,
    ScaleHelper scaleHelper = null
)

Parameters

Name Type
type ErrorType
lookAndFeel UserLookAndFeel

Optional Parameters

Name Type Default
scaleHelper DevExpress.Utils.DPI.ScaleHelper null

Returns

Type
Image
See Also