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

BootstrapGridViewBatchEditSettings Class

Contains Batch Edit Mode specific settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapGridViewBatchEditSettings :
    GridViewBatchEditSettings

The following members return BootstrapGridViewBatchEditSettings objects:

Remarks

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

See Also