Skip to main content
Tab

GridViewEditItemTemplateContainer(ASPxGridView, Object, Int32, GridViewDataColumn) Constructor

Initializes a new instance of the GridViewEditItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewEditItemTemplateContainer(
    ASPxGridView grid,
    object row,
    int visibleIndex,
    GridViewDataColumn column
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object that owns the current object. This value is assigned to the GridViewBaseTemplateContainer.Grid property.

row Object

An object that uniquely identifies the row that contains the template container. This value is assigned to the GridViewBaseRowTemplateContainer.KeyValue property.

visibleIndex Int32

An integer value that specifies the rendered item object’s index. This value is assigned to the TemplateContainerBase.ItemIndex property.

column GridViewDataColumn

A GridViewDataColumn object that represents the data column to which the current object belongs. This value is assigned to the GridViewDataItemTemplateContainer.Column property.

See Also