GridBatchEditSettings.ErrorImagePosition Property
In This Article
Gets or sets the position of the validation error image relative to the editor content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridBatchEditErrorImagePosition.Right)]
public GridBatchEditErrorImagePosition ErrorImagePosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Right | A Grid |
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