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

ASPxGridListEditor.IsBatchMode Property

Gets a boolean value which indicates whether or not the ASPxGridListEditor.Grid control is in the Batch Edit Mode.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public bool IsBatchMode { get; }

Property Value

Type Description
Boolean

true, if the batch mode is enabled; otherwise, false.

See Also