GridBatchEditSettings.ErrorImagePosition Property
Gets or sets the position of the validation error image relative to the editor content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(GridBatchEditErrorImagePosition.Right)]
public GridBatchEditErrorImagePosition ErrorImagePosition { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| GridBatchEditErrorImagePosition | Right | A GridBatchEditErrorImagePosition value. |
Available values:
| Name | Description |
|---|---|
| Left | The error image is displayed to the left of the editor content.
|
| Right | The error image is displayed to the right of the editor content.
|
See Also

