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

BaseEdit.ErrorImageOptions Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public BaseEditErrorImageOptions ErrorImageOptions { get; }

Property Value

Type Description
DevExpress.XtraEditors.BaseEditErrorImageOptions

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

Remarks

By default, when an error is associated with an editor using the BaseEdit.ErrorText property, a default error icon is displayed within the editor, which is specified by the BaseEdit.DefaultErrorImageOptions property. The ErrorImageOptions property allows you to provide a custom error icon for the editor.

See Also