Skip to main content

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

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum GridBatchEditErrorImagePosition

Members

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

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also