GridViewBatchEditItemTemplateContainer Class
In This Article
A container for the templates used to render edit cells in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewBatchEditItemTemplateContainer :
GridViewEditItemTemplateContainer
#Remarks
When the ASPxGridViewEditingSettings.Mode is set to Batch, GridViewBatchEditItemTemplateContainer objects are automatically instantiated when the GridViewDataColumn.EditItemTemplate template is created.
#Implements
#Inheritance
See Also