Skip to main content
A newer version of this page is available.
All docs
V18.2

DXErrorProvider.GetErrorIconInternal(ErrorType, UserLookAndFeel) 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.v18.2.dll

Declaration

public static Image GetErrorIconInternal(
    ErrorType type,
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type
type ErrorType
lookAndFeel UserLookAndFeel

Returns

Type
Image
See Also