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

BaseEdit.DefaultErrorImageOptions Property

Provides access to properties that allow you to assign and customize a default image displayed within the editor, when an error is associated with the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public static BaseEditErrorImageOptions DefaultErrorImageOptions { get; }

Property Value

Type Description
DevExpress.XtraEditors.BaseEditErrorImageOptions

A DevExpress.XtraEditors.BaseEditErrorImageOptions object that stores properties that allow you to assign and customize a default image displayed within the editor, when an error is associated with the editor.

Remarks

You can assign a custom error icon for a particular editor using the BaseEdit.ErrorImageOptions property. If no custom icon is assigned, the editor displays a default icon depending on the currently applied skin. The DefaultErrorImageOptions static (Shared in VB) property allows you to specify a custom default error icon.

See Also