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

GridViewBatchEditItemTemplateContainer Class

A container for the templates used to render edit cells in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

See Also