Skip to main content
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.v23.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:

Object Type Path to ErrorImage
ASPxEdit
.ValidationSettings .ErrorImage
EditProperties
.ValidationSettings .ErrorImage
See Also