Back to Devexpress

GridViewBatchEditSettings Class

aspnet-devexpress-dot-web-bdb79cd4.md

latest2.2 KB
Original Source

GridViewBatchEditSettings Class

Contains Batch Edit Mode specific settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewBatchEditSettings :
    GridBatchEditSettings
vb
Public Class GridViewBatchEditSettings
    Inherits GridBatchEditSettings

The following members return GridViewBatchEditSettings objects:

Remarks

An object of the GridViewBatchEditSettings type can be accessed via the ASPxGridViewEditingSettings.BatchEditSettings property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase GridBatchEditSettings GridViewBatchEditSettings BootstrapGridViewBatchEditSettings

See Also

GridViewBatchEditSettings Members

Grid View

Grid in Batch Edit Mode

Online Demo: Batch Editing

Training Video: DevExpress ASP.NET: Batch Editing in the Grid

DevExpress.Web Namespace