GridViewBatchEditItemTemplateContainer(ASPxGridView, GridViewDataColumn) Constructor
Initializes a new instance of the GridViewBatchEditItemTemplateContainer class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public GridViewBatchEditItemTemplateContainer(
ASPxGridView grid,
GridViewDataColumn column
)
Parameters
Name | Type | Description |
---|---|---|
grid | ASPxGridView | An ASPxGridView object. This value is assigned to the GridViewBaseTemplateContainer.Grid property. |
column | GridViewDataColumn | A GridViewDataColumn object that is the data column to which the current object belongs. This value is assigned to the GridViewDataItemTemplateContainer.Column property. |
See Also