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

ValidationSettings.ErrorImage Property

Gets the settings that define an error image displayed within the editor’s error frame if the editor’s validation fails.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties ErrorImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ErrorImage
ASP.NET Bootstrap Controls BootstrapSchedulerDateNavigatorProperties
.ValidationSettings .ErrorImage
ASP.NET Web Forms Controls ASPxEdit
.ValidationSettings .ErrorImage
EditProperties
.ValidationSettings .ErrorImage
See Also