Back to Devexpress

BootstrapGridViewBatchEditSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-161ef8a8.md

latest2.2 KB
Original Source

BootstrapGridViewBatchEditSettings Class

Contains Batch Edit Mode specific settings.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

The following members return BootstrapGridViewBatchEditSettings objects:

Remarks

An object of the BootstrapGridViewBatchEditSettings type can be accessed using the BootstrapGridViewEditingSettings.BatchEditSettings property.

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase GridBatchEditSettings GridViewBatchEditSettings BootstrapGridViewBatchEditSettings

See Also

BootstrapGridViewBatchEditSettings Members

Grid View

Batch Edit Mode

Online Demo: Batch Editing and Updating

DevExpress.Web.Bootstrap Namespace