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

ASPxCardViewEditingSettings.BatchEditSettings Property

Gets the Batch Edit Mode settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CardViewBatchEditSettings BatchEditSettings { get; }

Property Value

Type Description
CardViewBatchEditSettings

An CardViewBatchEditSettings object that contains the settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to BatchEditSettings
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsEditing.BatchEditSettings
ASP.NET Web Forms Controls ASPxCardView
.SettingsEditing.BatchEditSettings
CardViewSettings
.SettingsEditing.BatchEditSettings
CardViewSettings<CardType>
.SettingsEditing.BatchEditSettings
MVCxCardView
.SettingsEditing.BatchEditSettings

Remarks

When the ASPxCardViewEditingSettings.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