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
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 |
|
| EditProperties |
|
See Also