Back to Devexpress

ValidationSettings.ErrorImage Property

aspnet-devexpress-dot-web-dot-validationsettings-a23f8c7f.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties ErrorImage { get; }
vb
Public ReadOnly Property ErrorImage As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ErrorImage
ASPxEdit

.ValidationSettings .ErrorImage

| | EditProperties |

.ValidationSettings .ErrorImage

|

See Also

Validation Error Message

Validation

ValidationSettings Class

ValidationSettings Members

DevExpress.Web Namespace