Skip to main content
Tab

VerticalGridBatchEditItemTemplateContainer(ASPxVerticalGrid, VerticalGridDataRow) Constructor

Initializes a new instance of the VerticalGridBatchEditItemTemplateContainer class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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