Back to Devexpress

ASPxGridViewEditingSettings.BatchEditSettings Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-5f8502f1.md

latest2.2 KB
Original Source

ASPxGridViewEditingSettings.BatchEditSettings Property

Gets the Batch Edit Mode settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
GridViewBatchEditSettings

An GridViewBatchEditSettings object that contains the settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BatchEditSettings
ASPxGridView

.SettingsEditing .BatchEditSettings

| | GridViewProperties |

.SettingsEditing .BatchEditSettings

|

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

Grid View

Online Demo: Batch Editing

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace