GridBatchEditErrorImagePosition Enum
In This Article
Lists the values specifying the position of the validation error image relative to the editor content in the batch edit mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also