Skip to main content
A newer version of this page is available. .
Tab

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

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