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

VerticalGridBatchEditItemTemplateContainer Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridBatchEditItemTemplateContainer :
    VerticalGridDataItemTemplateContainer

Remarks

When the ASPxVerticalGridEditingSettings.Mode is set to Batch, VerticalGridBatchEditItemTemplateContainer objects are automatically instantiated when the VerticalGridDataRow.EditItemTemplate template is created.

See Also