Back to Devexpress

GridBatchEditErrorImagePosition Enum

aspnet-devexpress-dot-web-6b49a92b.md

latest1.7 KB
Original Source

GridBatchEditErrorImagePosition Enum

Lists the values specifying the position of the validation error image relative to the editor content in the batch edit mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridBatchEditErrorImagePosition
vb
Public Enum GridBatchEditErrorImagePosition

Members

NameDescription
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.

|

The following properties accept/return GridBatchEditErrorImagePosition values:

Remarks

Values listed by this enumeration are used to set the GridBatchEditSettings.ErrorImagePosition property.

See Also

Batch Edit Mode

Validate Grid Data

DevExpress.Web Namespace