Skip to main content
Tab

GridBatchEditSettings.ErrorImagePosition Property

Gets or sets the position of the validation error image relative to the editor content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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.

GridView-BatchEdit-ErrorImagePosition-Left

Right

The error image is displayed to the right of the editor content.

GridView-BatchEdit-ErrorImagePosition-Right

See Also