GridViewBatchEditSettings Class
In This Article
Contains Batch Edit Mode specific settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewBatchEditSettings :
GridBatchEditSettings
#Related API Members
The following members return GridViewBatchEditSettings objects:
#Remarks
An object of the GridViewBatchEditSettings type can be accessed via the ASPxGridViewEditingSettings.BatchEditSettings property.
#Implements
#Inheritance
See Also