Back to Devexpress

ASPxCardViewEditingSettings.BatchEditSettings Property

aspnet-devexpress-dot-web-dot-aspxcardvieweditingsettings-b865d439.md

latest2.0 KB
Original Source

ASPxCardViewEditingSettings.BatchEditSettings Property

Gets the Batch Edit Mode settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewBatchEditSettings BatchEditSettings { get; }
vb
Public ReadOnly Property BatchEditSettings As CardViewBatchEditSettings

Property Value

TypeDescription
CardViewBatchEditSettings

An CardViewBatchEditSettings object that contains the settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BatchEditSettings
ASPxCardView

.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

Card View

Online Demo: Batch Editing and Updating

ASPxCardViewEditingSettings Class

ASPxCardViewEditingSettings Members

DevExpress.Web Namespace