ASPxGridViewEditingSettings.BatchEditSettings Property
In This Article
Gets the Batch Edit Mode settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewBatchEditSettings BatchEditSettings { get; }
#Property Value
Type | Description |
---|---|
Grid |
An Grid |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Batch |
---|---|
ASPx |
|
Grid |
|
#Remarks
When the ASPxGridViewEditingSettings.Mode property is set to Batch, the grid provides the capability to modify a batch of grid data on the client side and then send it to the server in one request. Use the BatchEditSettings property to customize the batch edit mode settings.
See Also