Skip to main content

GridViewBatchEditMode Enum

Lists values that specify which control element is switched to edit mode (used to edit the grid data) in batch edit mode.

Namespace: DevExpress.AspNetCore

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

Declaration

public enum GridViewBatchEditMode

Members

Name Description
Cell

A data cell is switched to edit mode in batch edit mode.

Row

A data row is switched to edit mode in batch edit mode.

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