Skip to main content
Tab

GridViewBatchEditSettings Class

Contains Batch Edit Mode specific settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class GridViewBatchEditSettings :
    GridBatchEditSettings

The following members return GridViewBatchEditSettings objects:

#Remarks

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

#Implements

See Also