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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return GridBatchEditErrorImagePosition values:
Remarks
Values listed by this enumeration are used to set the GridBatchEditSettings.ErrorImagePosition property.
See Also