Skip to main content

BootstrapGridViewBatchEditSettings Class

Contains Batch Edit Mode specific settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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