VerticalGridBatchEditItemTemplateContainer(ASPxVerticalGrid, VerticalGridDataRow) Constructor
Initializes a new instance of the VerticalGridBatchEditItemTemplateContainer class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public VerticalGridBatchEditItemTemplateContainer(
ASPxVerticalGrid grid,
VerticalGridDataRow row
)
Parameters
Name | Type | Description |
---|---|---|
grid | ASPxVerticalGrid | An ASPxVerticalGrid object. This value is assigned to the VerticalGridBaseTemplateContainer.Grid property. |
row | VerticalGridDataRow | A VerticalGridDataRow object that is the row to which the current object belongs. This value is assigned to the VerticalGridDataItemTemplateContainer.Row property. |
See Also